Html Css Color HEX #BAF970 Sulu

📋 copy color: '#BAF970'

red 186 ◦ green 249 ◦ blue 112

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

Shades of Sulu #BAF970

Tints of Sulu #BAF970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.48%

R = 34%
G = 45.52%
B = 20.48%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#BAF970 (or 0xBAF970) is known color: Sulu. HEX triplet: BA, F9 and 70. RGB value is (186,249,112). Sum of RGB (Red+Green+Blue) = 186+249+112=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 249 (97.66% from 255 or 45.52% from 547); Blue value is 112 (44.14% from 255 or 20.48% from 547); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF970 is #45068F. Grayscale: #D7D7D7. Windows color (decimal): -4523664 or 7403962. OLE color: 7403962.

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

Color convert

RGB 186 249 112 -
CMYK 0.25 0 0.55 0.02
HSL 87.59º 0.92% 0.71% -
HSV(B) 87.59º 0.55% 0.98% -
XYZ 57.05 79.36 27.64 -
YUV 214.55 70.13 107.64 -
System Red Green Blue C M Y K H S L
Decimal 186 249 112 0.25 0 0.55 0.02 87.59 0.92 0.71
Hex BA F9 70 19 0 37 2 58 5C 47
Octal 272 371 160 31 0 67 2 130 134 107
Binary 10111010 11111001 1110000 11001 0 110111 10 1011000 1011100 1000111

Color Harmonies of #BAF970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF970

Black with #BAF970

Text Example


Text Example

White with #BAF970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF970; }

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

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

background-color css

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

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

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

border-color css

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

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

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