Html Css Color HEX #BAEB40 Conifer

📋 copy color: '#BAEB40'

red 186 ◦ green 235 ◦ blue 64

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

Shades of Conifer #BAEB40

Tints of Conifer #BAEB40

RGB

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

 GREEN value IS 235 (92.19% from 255) = 48.45%

 BLUE value IS 64 (25.39% from 255) = 13.2%

R = 38.35%
G = 48.45%
B = 13.2%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#BAEB40 (or 0xBAEB40) is known color: Conifer. HEX triplet: BA, EB and 40. RGB value is (186,235,64). Sum of RGB (Red+Green+Blue) = 186+235+64=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 235 (92.19% from 255 or 48.45% from 485); Blue value is 64 (25.39% from 255 or 13.20% from 485); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEB40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEB40 is #4514BF. Grayscale: #C9C9C9. Windows color (decimal): -4527296 or 4254650. OLE color: 4254650.

HSL color Cylindrical-coordinate representation of color #BAEB40: hue angle of 77.19º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BAEB40 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 235 64 -
CMYK 0.21 0 0.73 0.08
HSL 77.19º 0.81% 0.59% -
HSV(B) 77.19º 0.73% 0.92% -
XYZ 50.88 70.23 15.72 -
YUV 200.86 50.77 117.4 -
System Red Green Blue C M Y K H S L
Decimal 186 235 64 0.21 0 0.73 0.08 77.19 0.81 0.59
Hex BA EB 40 15 0 49 8 4D 51 3B
Octal 272 353 100 25 0 111 10 115 121 73
Binary 10111010 11101011 1000000 10101 0 1001001 1000 1001101 1010001 111011

Color Harmonies of #BAEB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEB40

Black with #BAEB40

Text Example


Text Example

White with #BAEB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEB40; }

 p { color: rgb(186,235,64); }

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

background-color css

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

 a { background-color: rgb(186,235,64); }

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

border-color css

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

 span { border-color: rgb(186,235,64); }

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