Html Css Color HEX #BAF276 Sulu

📋 copy color: '#BAF276'

red 186 ◦ green 242 ◦ blue 118

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

Shades of Sulu #BAF276

Tints of Sulu #BAF276

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.32%

 BLUE value IS 118 (46.48% from 255) = 21.61%

R = 34.07%
G = 44.32%
B = 21.61%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#BAF276 (or 0xBAF276) is known color: Sulu. HEX triplet: BA, F2 and 76. RGB value is (186,242,118). Sum of RGB (Red+Green+Blue) = 186+242+118=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 242 (94.92% from 255 or 44.32% from 546); Blue value is 118 (46.48% from 255 or 21.61% from 546); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF276 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF276 is #450D89. Grayscale: #D3D3D3. Windows color (decimal): -4525450 or 7795386. OLE color: 7795386.

HSL color Cylindrical-coordinate representation of color #BAF276: hue angle of 87.1º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAF276 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 242 118 -
CMYK 0.23 0 0.51 0.05
HSL 87.1º 0.83% 0.71% -
HSV(B) 87.1º 0.51% 0.95% -
XYZ 55.27 75.25 28.75 -
YUV 211.12 75.45 110.08 -
System Red Green Blue C M Y K H S L
Decimal 186 242 118 0.23 0 0.51 0.05 87.1 0.83 0.71
Hex BA F2 76 17 0 33 5 57 53 47
Octal 272 362 166 27 0 63 5 127 123 107
Binary 10111010 11110010 1110110 10111 0 110011 101 1010111 1010011 1000111

Color Harmonies of #BAF276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF276

Black with #BAF276

Text Example


Text Example

White with #BAF276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF276; }

 p { color: rgb(186,242,118); }

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

background-color css

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

 a { background-color: rgb(186,242,118); }

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

border-color css

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

 span { border-color: rgb(186,242,118); }

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