Html Css Color HEX #BAF554 Conifer

📋 copy color: '#BAF554'

red 186 ◦ green 245 ◦ blue 84

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

Shades of Conifer #BAF554

Tints of Conifer #BAF554

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.57%

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

R = 36.12%
G = 47.57%
B = 16.31%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#BAF554 (or 0xBAF554) is known color: Conifer. HEX triplet: BA, F5 and 54. RGB value is (186,245,84). Sum of RGB (Red+Green+Blue) = 186+245+84=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 245 (96.09% from 255 or 47.57% from 515); Blue value is 84 (33.20% from 255 or 16.31% from 515); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF554 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF554 is #450AAB. Grayscale: #D1D1D1. Windows color (decimal): -4524716 or 5567930. OLE color: 5567930.

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

Color convert

RGB 186 245 84 -
CMYK 0.24 0 0.66 0.04
HSL 81.99º 0.89% 0.65% -
HSV(B) 81.99º 0.66% 0.96% -
XYZ 54.5 76.38 20.26 -
YUV 209.01 57.45 111.59 -
System Red Green Blue C M Y K H S L
Decimal 186 245 84 0.24 0 0.66 0.04 81.99 0.89 0.65
Hex BA F5 54 18 0 42 4 52 59 41
Octal 272 365 124 30 0 102 4 122 131 101
Binary 10111010 11110101 1010100 11000 0 1000010 100 1010010 1011001 1000001

Color Harmonies of #BAF554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF554

Black with #BAF554

Text Example


Text Example

White with #BAF554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF554; }

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

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

background-color css

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

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

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

border-color css

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

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

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