Html Css Color HEX #BAD852 Conifer

📋 copy color: '#BAD852'

red 186 ◦ green 216 ◦ blue 82

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

Shades of Conifer #BAD852

Tints of Conifer #BAD852

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.63%

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

R = 38.43%
G = 44.63%
B = 16.94%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#BAD852 (or 0xBAD852) is known color: Conifer. HEX triplet: BA, D8 and 52. RGB value is (186,216,82). Sum of RGB (Red+Green+Blue) = 186+216+82=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 216 (84.77% from 255 or 44.63% from 484); Blue value is 82 (32.42% from 255 or 16.94% from 484); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD852 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD852 is #4527AD. Grayscale: #C0C0C0. Windows color (decimal): -4532142 or 5429434. OLE color: 5429434.

HSL color Cylindrical-coordinate representation of color #BAD852: hue angle of 73.43º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAD852 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 216 82 -
CMYK 0.14 0 0.62 0.15
HSL 73.43º 0.63% 0.58% -
HSV(B) 73.43º 0.62% 0.85% -
XYZ 46.33 60.16 17.15 -
YUV 191.75 66.06 123.9 -
System Red Green Blue C M Y K H S L
Decimal 186 216 82 0.14 0 0.62 0.15 73.43 0.63 0.58
Hex BA D8 52 E 0 3E F 49 3F 3A
Octal 272 330 122 16 0 76 17 111 77 72
Binary 10111010 11011000 1010010 1110 0 111110 1111 1001001 111111 111010

Color Harmonies of #BAD852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD852

Black with #BAD852

Text Example


Text Example

White with #BAD852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD852; }

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

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

background-color css

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

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

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

border-color css

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

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

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