Html Css Color HEX #BAF054 Conifer

📋 copy color: '#BAF054'

red 186 ◦ green 240 ◦ blue 84

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

Shades of Conifer #BAF054

Tints of Conifer #BAF054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.47%

R = 36.47%
G = 47.06%
B = 16.47%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#BAF054 (or 0xBAF054) is known color: Conifer. HEX triplet: BA, F0 and 54. RGB value is (186,240,84). Sum of RGB (Red+Green+Blue) = 186+240+84=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 240 (94.14% from 255 or 47.06% from 510); Blue value is 84 (33.20% from 255 or 16.47% from 510); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF054 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF054 is #450FAB. Grayscale: #CECECE. Windows color (decimal): -4525996 or 5566650. OLE color: 5566650.

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

Color convert

RGB 186 240 84 -
CMYK 0.22 0 0.65 0.06
HSL 80.77º 0.84% 0.64% -
HSV(B) 80.77º 0.65% 0.94% -
XYZ 53.01 73.4 19.76 -
YUV 206.07 59.11 113.68 -
System Red Green Blue C M Y K H S L
Decimal 186 240 84 0.22 0 0.65 0.06 80.77 0.84 0.64
Hex BA F0 54 16 0 41 6 51 54 40
Octal 272 360 124 26 0 101 6 121 124 100
Binary 10111010 11110000 1010100 10110 0 1000001 110 1010001 1010100 1000000

Color Harmonies of #BAF054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF054

Black with #BAF054

Text Example


Text Example

White with #BAF054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF054; }

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

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

background-color css

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

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

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

border-color css

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

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

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