Html Css Color HEX #BAF164 Conifer

📋 copy color: '#BAF164'

red 186 ◦ green 241 ◦ blue 100

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

Shades of Conifer #BAF164

Tints of Conifer #BAF164

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.73%

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

R = 35.29%
G = 45.73%
B = 18.98%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#BAF164 (or 0xBAF164) is known color: Conifer. HEX triplet: BA, F1 and 64. RGB value is (186,241,100). Sum of RGB (Red+Green+Blue) = 186+241+100=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 241 (94.53% from 255 or 45.73% from 527); Blue value is 100 (39.45% from 255 or 18.98% from 527); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF164 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF164 is #450E9B. Grayscale: #D0D0D0. Windows color (decimal): -4525724 or 6615482. OLE color: 6615482.

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

Color convert

RGB 186 241 100 -
CMYK 0.23 0 0.59 0.05
HSL 83.4º 0.83% 0.67% -
HSV(B) 83.4º 0.59% 0.95% -
XYZ 54.01 74.27 23.55 -
YUV 208.48 66.78 111.96 -
System Red Green Blue C M Y K H S L
Decimal 186 241 100 0.23 0 0.59 0.05 83.4 0.83 0.67
Hex BA F1 64 17 0 3B 5 53 53 43
Octal 272 361 144 27 0 73 5 123 123 103
Binary 10111010 11110001 1100100 10111 0 111011 101 1010011 1010011 1000011

Color Harmonies of #BAF164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF164

Black with #BAF164

Text Example


Text Example

White with #BAF164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF164; }

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

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

background-color css

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

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

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

border-color css

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

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

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