Html Css Color HEX #BAE44B Conifer

📋 copy color: '#BAE44B'

red 186 ◦ green 228 ◦ blue 75

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

Shades of Conifer #BAE44B

Tints of Conifer #BAE44B

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.63%

 BLUE value IS 75 (29.69% from 255) = 15.34%

R = 38.04%
G = 46.63%
B = 15.34%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#BAE44B (or 0xBAE44B) is known color: Conifer. HEX triplet: BA, E4 and 4B. RGB value is (186,228,75). Sum of RGB (Red+Green+Blue) = 186+228+75=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 228 (89.45% from 255 or 46.63% from 489); Blue value is 75 (29.69% from 255 or 15.34% from 489); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE44B is #451BB4. Grayscale: #C6C6C6. Windows color (decimal): -4529077 or 4973754. OLE color: 4973754.

HSL color Cylindrical-coordinate representation of color #BAE44B: hue angle of 76.47º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAE44B is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 228 75 -
CMYK 0.18 0 0.67 0.11
HSL 76.47º 0.74% 0.59% -
HSV(B) 76.47º 0.67% 0.89% -
XYZ 49.26 66.43 16.88 -
YUV 198 58.59 119.44 -
System Red Green Blue C M Y K H S L
Decimal 186 228 75 0.18 0 0.67 0.11 76.47 0.74 0.59
Hex BA E4 4B 12 0 43 B 4C 4A 3B
Octal 272 344 113 22 0 103 13 114 112 73
Binary 10111010 11100100 1001011 10010 0 1000011 1011 1001100 1001010 111011

Color Harmonies of #BAE44B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE44B

Black with #BAE44B

Text Example


Text Example

White with #BAE44B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE44B; }

 p { color: rgb(186,228,75); }

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

background-color css

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

 a { background-color: rgb(186,228,75); }

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

border-color css

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

 span { border-color: rgb(186,228,75); }

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