Html Css Color HEX #BAF272 Sulu

📋 copy color: '#BAF272'

red 186 ◦ green 242 ◦ blue 114

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

Shades of Sulu #BAF272

Tints of Sulu #BAF272

RGB

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

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

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

R = 34.32%
G = 44.65%
B = 21.03%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#BAF272 (or 0xBAF272) is known color: Sulu. HEX triplet: BA, F2 and 72. RGB value is (186,242,114). Sum of RGB (Red+Green+Blue) = 186+242+114=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 242 (94.92% from 255 or 44.65% from 542); Blue value is 114 (44.92% from 255 or 21.03% from 542); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF272 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF272 is #450D8D. Grayscale: #D3D3D3. Windows color (decimal): -4525454 or 7533242. OLE color: 7533242.

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

Color convert

RGB 186 242 114 -
CMYK 0.23 0 0.53 0.05
HSL 86.25º 0.83% 0.7% -
HSV(B) 86.25º 0.53% 0.95% -
XYZ 55.04 75.16 27.53 -
YUV 210.66 73.45 110.41 -
System Red Green Blue C M Y K H S L
Decimal 186 242 114 0.23 0 0.53 0.05 86.25 0.83 0.7
Hex BA F2 72 17 0 35 5 56 53 46
Octal 272 362 162 27 0 65 5 126 123 106
Binary 10111010 11110010 1110010 10111 0 110101 101 1010110 1010011 1000110

Color Harmonies of #BAF272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF272

Black with #BAF272

Text Example


Text Example

White with #BAF272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF272; }

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

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

background-color css

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

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

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

border-color css

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

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

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