Html Css Color HEX #BAEB4C Conifer

📋 copy color: '#BAEB4C'

red 186 ◦ green 235 ◦ blue 76

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

Shades of Conifer #BAEB4C

Tints of Conifer #BAEB4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.29%

R = 37.42%
G = 47.28%
B = 15.29%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#BAEB4C (or 0xBAEB4C) is known color: Conifer. HEX triplet: BA, EB and 4C. RGB value is (186,235,76). Sum of RGB (Red+Green+Blue) = 186+235+76=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 235 (92.19% from 255 or 47.28% from 497); Blue value is 76 (30.08% from 255 or 15.29% from 497); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEB4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEB4C is #4514B3. Grayscale: #CACACA. Windows color (decimal): -4527284 or 5041082. OLE color: 5041082.

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

Color convert

RGB 186 235 76 -
CMYK 0.21 0 0.68 0.08
HSL 78.49º 0.8% 0.61% -
HSV(B) 78.49º 0.68% 0.92% -
XYZ 51.26 70.38 17.72 -
YUV 202.22 56.77 116.43 -
System Red Green Blue C M Y K H S L
Decimal 186 235 76 0.21 0 0.68 0.08 78.49 0.8 0.61
Hex BA EB 4C 15 0 44 8 4E 50 3D
Octal 272 353 114 25 0 104 10 116 120 75
Binary 10111010 11101011 1001100 10101 0 1000100 1000 1001110 1010000 111101

Color Harmonies of #BAEB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEB4C

Black with #BAEB4C

Text Example


Text Example

White with #BAEB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEB4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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