Html Css Color HEX #BAF263 Conifer

📋 copy color: '#BAF263'

red 186 ◦ green 242 ◦ blue 99

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

Shades of Conifer #BAF263

Tints of Conifer #BAF263

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.92%

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

R = 35.29%
G = 45.92%
B = 18.79%

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

#BAF263 (or 0xBAF263) is known color: Conifer. HEX triplet: BA, F2 and 63. RGB value is (186,242,99). Sum of RGB (Red+Green+Blue) = 186+242+99=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 99 (39.06% from 255 or 18.79% from 527); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF263 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF263 is #450D9C. Grayscale: #D1D1D1. Windows color (decimal): -4525469 or 6550202. OLE color: 6550202.

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

Color convert

RGB 186 242 99 -
CMYK 0.23 0 0.59 0.05
HSL 83.5º 0.85% 0.67% -
HSV(B) 83.5º 0.59% 0.95% -
XYZ 54.25 74.84 23.39 -
YUV 208.95 65.95 111.63 -
System Red Green Blue C M Y K H S L
Decimal 186 242 99 0.23 0 0.59 0.05 83.5 0.85 0.67
Hex BA F2 63 17 0 3B 5 53 55 43
Octal 272 362 143 27 0 73 5 123 125 103
Binary 10111010 11110010 1100011 10111 0 111011 101 1010011 1010101 1000011

Color Harmonies of #BAF263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF263

Black with #BAF263

Text Example


Text Example

White with #BAF263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF263; }

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

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

background-color css

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

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

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

border-color css

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

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

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