Html Css Color HEX #BAF163 Conifer

📋 copy color: '#BAF163'

red 186 ◦ green 241 ◦ blue 99

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

Shades of Conifer #BAF163

Tints of Conifer #BAF163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.82%

R = 35.36%
G = 45.82%
B = 18.82%

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

#BAF163 (or 0xBAF163) is known color: Conifer. HEX triplet: BA, F1 and 63. RGB value is (186,241,99). Sum of RGB (Red+Green+Blue) = 186+241+99=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 241 (94.53% from 255 or 45.82% from 526); Blue value is 99 (39.06% from 255 or 18.82% from 526); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF163 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF163 is #450E9C. Grayscale: #D0D0D0. Windows color (decimal): -4525725 or 6549946. OLE color: 6549946.

HSL color Cylindrical-coordinate representation of color #BAF163: hue angle of 83.24º degrees, saturation: 0.84, 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 #BAF163 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 241 99 -
CMYK 0.23 0 0.59 0.05
HSL 83.24º 0.84% 0.67% -
HSV(B) 83.24º 0.59% 0.95% -
XYZ 53.96 74.25 23.29 -
YUV 208.37 66.28 112.05 -
System Red Green Blue C M Y K H S L
Decimal 186 241 99 0.23 0 0.59 0.05 83.24 0.84 0.67
Hex BA F1 63 17 0 3B 5 53 54 43
Octal 272 361 143 27 0 73 5 123 124 103
Binary 10111010 11110001 1100011 10111 0 111011 101 1010011 1010100 1000011

Color Harmonies of #BAF163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF163

Black with #BAF163

Text Example


Text Example

White with #BAF163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF163; }

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

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

background-color css

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

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

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

border-color css

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

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

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