Html Css Color HEX #BAEB4D Conifer

📋 copy color: '#BAEB4D'

red 186 ◦ green 235 ◦ blue 77

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

Shades of Conifer #BAEB4D

Tints of Conifer #BAEB4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.46%

R = 37.35%
G = 47.19%
B = 15.46%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#BAEB4D (or 0xBAEB4D) is known color: Conifer. HEX triplet: BA, EB and 4D. RGB value is (186,235,77). Sum of RGB (Red+Green+Blue) = 186+235+77=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 235 (92.19% from 255 or 47.19% from 498); Blue value is 77 (30.47% from 255 or 15.46% from 498); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEB4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEB4D is #4514B2. Grayscale: #CACACA. Windows color (decimal): -4527283 or 5106618. OLE color: 5106618.

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

Color convert

RGB 186 235 77 -
CMYK 0.21 0 0.67 0.08
HSL 78.61º 0.8% 0.61% -
HSV(B) 78.61º 0.67% 0.92% -
XYZ 51.3 70.39 17.9 -
YUV 202.34 57.27 116.35 -
System Red Green Blue C M Y K H S L
Decimal 186 235 77 0.21 0 0.67 0.08 78.61 0.8 0.61
Hex BA EB 4D 15 0 43 8 4F 50 3D
Octal 272 353 115 25 0 103 10 117 120 75
Binary 10111010 11101011 1001101 10101 0 1000011 1000 1001111 1010000 111101

Color Harmonies of #BAEB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEB4D

Black with #BAEB4D

Text Example


Text Example

White with #BAEB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEB4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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