Html Css Color HEX #BAE552 Conifer

📋 copy color: '#BAE552'

red 186 ◦ green 229 ◦ blue 82

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

Shades of Conifer #BAE552

Tints of Conifer #BAE552

RGB

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

 GREEN value IS 229 (89.84% from 255) = 46.08%

 BLUE value IS 82 (32.42% from 255) = 16.5%

R = 37.42%
G = 46.08%
B = 16.5%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.64

 K value IS 0.10

RGB Variations

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

Color information

#BAE552 (or 0xBAE552) is known color: Conifer. HEX triplet: BA, E5 and 52. RGB value is (186,229,82). Sum of RGB (Red+Green+Blue) = 186+229+82=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 229 (89.84% from 255 or 46.08% from 497); Blue value is 82 (32.42% from 255 or 16.50% from 497); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE552 is #451AAD. Grayscale: #C7C7C7. Windows color (decimal): -4528814 or 5432762. OLE color: 5432762.

HSL color Cylindrical-coordinate representation of color #BAE552: hue angle of 77.55º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BAE552 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 229 82 -
CMYK 0.19 0 0.64 0.10
HSL 77.55º 0.74% 0.61% -
HSV(B) 77.55º 0.64% 0.9% -
XYZ 49.79 67.09 18.31 -
YUV 199.39 61.75 118.45 -
System Red Green Blue C M Y K H S L
Decimal 186 229 82 0.19 0 0.64 0.10 77.55 0.74 0.61
Hex BA E5 52 13 0 40 A 4E 4A 3D
Octal 272 345 122 23 0 100 12 116 112 75
Binary 10111010 11100101 1010010 10011 0 1000000 1010 1001110 1001010 111101

Color Harmonies of #BAE552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE552

Black with #BAE552

Text Example


Text Example

White with #BAE552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE552; }

 p { color: rgb(186,229,82); }

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

background-color css

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

 a { background-color: rgb(186,229,82); }

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

border-color css

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

 span { border-color: rgb(186,229,82); }

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