Html Css Color HEX #BAF064 Conifer

📋 copy color: '#BAF064'

red 186 ◦ green 240 ◦ blue 100

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

Shades of Conifer #BAF064

Tints of Conifer #BAF064

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.63%

 BLUE value IS 100 (39.45% from 255) = 19.01%

R = 35.36%
G = 45.63%
B = 19.01%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#BAF064 (or 0xBAF064) is known color: Conifer. HEX triplet: BA, F0 and 64. RGB value is (186,240,100). Sum of RGB (Red+Green+Blue) = 186+240+100=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 240 (94.14% from 255 or 45.63% from 526); Blue value is 100 (39.45% from 255 or 19.01% from 526); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF064 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF064 is #450F9B. Grayscale: #D0D0D0. Windows color (decimal): -4525980 or 6615226. OLE color: 6615226.

HSL color Cylindrical-coordinate representation of color #BAF064: hue angle of 83.14º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BAF064 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 240 100 -
CMYK 0.22 0 0.58 0.06
HSL 83.14º 0.82% 0.67% -
HSV(B) 83.14º 0.58% 0.94% -
XYZ 53.71 73.68 23.45 -
YUV 207.89 67.11 112.38 -
System Red Green Blue C M Y K H S L
Decimal 186 240 100 0.22 0 0.58 0.06 83.14 0.82 0.67
Hex BA F0 64 16 0 3A 6 53 52 43
Octal 272 360 144 26 0 72 6 123 122 103
Binary 10111010 11110000 1100100 10110 0 111010 110 1010011 1010010 1000011

Color Harmonies of #BAF064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF064

Black with #BAF064

Text Example


Text Example

White with #BAF064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF064; }

 p { color: rgb(186,240,100); }

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

background-color css

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

 a { background-color: rgb(186,240,100); }

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

border-color css

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

 span { border-color: rgb(186,240,100); }

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