Html Css Color HEX #BAF165 Conifer

📋 copy color: '#BAF165'

red 186 ◦ green 241 ◦ blue 101

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

Shades of Conifer #BAF165

Tints of Conifer #BAF165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.13%

R = 35.23%
G = 45.64%
B = 19.13%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#BAF165 (or 0xBAF165) is known color: Conifer. HEX triplet: BA, F1 and 65. RGB value is (186,241,101). Sum of RGB (Red+Green+Blue) = 186+241+101=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 241 (94.53% from 255 or 45.64% from 528); Blue value is 101 (39.84% from 255 or 19.13% from 528); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF165 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF165 is #450E9A. Grayscale: #D1D1D1. Windows color (decimal): -4525723 or 6681018. OLE color: 6681018.

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

Color convert

RGB 186 241 101 -
CMYK 0.23 0 0.58 0.05
HSL 83.57º 0.83% 0.67% -
HSV(B) 83.57º 0.58% 0.95% -
XYZ 54.05 74.29 23.8 -
YUV 208.6 67.28 111.88 -
System Red Green Blue C M Y K H S L
Decimal 186 241 101 0.23 0 0.58 0.05 83.57 0.83 0.67
Hex BA F1 65 17 0 3A 5 54 53 43
Octal 272 361 145 27 0 72 5 124 123 103
Binary 10111010 11110001 1100101 10111 0 111010 101 1010100 1010011 1000011

Color Harmonies of #BAF165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF165

Black with #BAF165

Text Example


Text Example

White with #BAF165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF165; }

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

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

background-color css

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

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

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

border-color css

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

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

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