Html Css Color HEX #BAF376 Sulu

📋 copy color: '#BAF376'

red 186 ◦ green 243 ◦ blue 118

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

Shades of Sulu #BAF376

Tints of Sulu #BAF376

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.42%

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

R = 34%
G = 44.42%
B = 21.57%

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

#BAF376 (or 0xBAF376) is known color: Sulu. HEX triplet: BA, F3 and 76. RGB value is (186,243,118). Sum of RGB (Red+Green+Blue) = 186+243+118=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 243 (95.31% from 255 or 44.42% from 547); Blue value is 118 (46.48% from 255 or 21.57% from 547); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF376 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF376 is #450C89. Grayscale: #D4D4D4. Windows color (decimal): -4525194 or 7795642. OLE color: 7795642.

HSL color Cylindrical-coordinate representation of color #BAF376: hue angle of 87.36º degrees, saturation: 0.84, 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 #BAF376 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 243 118 -
CMYK 0.23 0 0.51 0.05
HSL 87.36º 0.84% 0.71% -
HSV(B) 87.36º 0.51% 0.95% -
XYZ 55.57 75.85 28.85 -
YUV 211.71 75.12 109.66 -
System Red Green Blue C M Y K H S L
Decimal 186 243 118 0.23 0 0.51 0.05 87.36 0.84 0.71
Hex BA F3 76 17 0 33 5 57 54 47
Octal 272 363 166 27 0 63 5 127 124 107
Binary 10111010 11110011 1110110 10111 0 110011 101 1010111 1010100 1000111

Color Harmonies of #BAF376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF376

Black with #BAF376

Text Example


Text Example

White with #BAF376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF376; }

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

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

background-color css

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

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

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

border-color css

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

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

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