Html Css Color HEX #BAF972 Sulu

📋 copy color: '#BAF972'

red 186 ◦ green 249 ◦ blue 114

#BAF972
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #BAF972

Tints of Sulu #BAF972

RGB

 RED value IS 186 (73.05% from 255) = 33.88%

 GREEN value IS 249 (97.66% from 255) = 45.36%

 BLUE value IS 114 (44.92% from 255) = 20.77%

R = 33.88%
G = 45.36%
B = 20.77%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BAF972 (or 0xBAF972) is known color: Sulu. HEX triplet: BA, F9 and 72. RGB value is (186,249,114). Sum of RGB (Red+Green+Blue) = 186+249+114=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 249 (97.66% from 255 or 45.36% from 549); Blue value is 114 (44.92% from 255 or 20.77% from 549); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF972 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF972 is #45068D. Grayscale: #D7D7D7. Windows color (decimal): -4523662 or 7535034. OLE color: 7535034.

HSL color Cylindrical-coordinate representation of color #BAF972: hue angle of 88º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAF972 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 249 114 -
CMYK 0.25 0 0.54 0.02
HSL 88º 0.92% 0.71% -
HSV(B) 88º 0.54% 0.98% -
XYZ 57.16 79.41 28.23 -
YUV 214.77 71.13 107.48 -
System Red Green Blue C M Y K H S L
Decimal 186 249 114 0.25 0 0.54 0.02 88 0.92 0.71
Hex BA F9 72 19 0 36 2 58 5C 47
Octal 272 371 162 31 0 66 2 130 134 107
Binary 10111010 11111001 1110010 11001 0 110110 10 1011000 1011100 1000111

Color Harmonies of #BAF972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF972

Black with #BAF972

Text Example


Text Example

White with #BAF972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF972; }

 p { color: rgb(186,249,114); }

 H1.HeaderClassName
 {
   color: #BAF972;
 }
 .AnyTagClassName
 {
   color: #BAF972;
 }
</style>

background-color css

<style>
 a { background-color: #BAF972; }

 a { background-color: rgb(186,249,114); }

 div.DivClassName
 {
   background-color: #BAF972;
 }
 .BgClassName
 {
   background-color: #BAF972;
 }
</style>

border-color css

<style>
 span { border-color: #BAF972; }

 span { border-color: rgb(186,249,114); }

 td.TdClassName
 {
   border-color: #BAF972;
 }
 .TagClassName
 {
   border-color: #BAF972;
 }
</style>