Html Css Color HEX #BAF672 Sulu

📋 copy color: '#BAF672'

red 186 ◦ green 246 ◦ blue 114

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

Shades of Sulu #BAF672

Tints of Sulu #BAF672

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.05%

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

R = 34.07%
G = 45.05%
B = 20.88%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#BAF672 (or 0xBAF672) is known color: Sulu. HEX triplet: BA, F6 and 72. RGB value is (186,246,114). Sum of RGB (Red+Green+Blue) = 186+246+114=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 246 (96.48% from 255 or 45.05% from 546); Blue value is 114 (44.92% from 255 or 20.88% from 546); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF672 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF672 is #45098D. Grayscale: #D5D5D5. Windows color (decimal): -4524430 or 7534266. OLE color: 7534266.

HSL color Cylindrical-coordinate representation of color #BAF672: hue angle of 87.27º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAF672 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 246 114 -
CMYK 0.24 0 0.54 0.04
HSL 87.27º 0.88% 0.71% -
HSV(B) 87.27º 0.54% 0.96% -
XYZ 56.24 77.57 27.93 -
YUV 213.01 72.12 108.73 -
System Red Green Blue C M Y K H S L
Decimal 186 246 114 0.24 0 0.54 0.04 87.27 0.88 0.71
Hex BA F6 72 18 0 36 4 57 58 47
Octal 272 366 162 30 0 66 4 127 130 107
Binary 10111010 11110110 1110010 11000 0 110110 100 1010111 1011000 1000111

Color Harmonies of #BAF672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF672

Black with #BAF672

Text Example


Text Example

White with #BAF672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF672; }

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

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

background-color css

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

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

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

border-color css

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

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

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