Html Css Color HEX #BADD4C Conifer

📋 copy color: '#BADD4C'

red 186 ◦ green 221 ◦ blue 76

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

Shades of Conifer #BADD4C

Tints of Conifer #BADD4C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.76%

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

R = 38.51%
G = 45.76%
B = 15.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#BADD4C (or 0xBADD4C) is known color: Conifer. HEX triplet: BA, DD and 4C. RGB value is (186,221,76). Sum of RGB (Red+Green+Blue) = 186+221+76=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 76 (30.08% from 255 or 15.73% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADD4C is #4522B3. Grayscale: #C2C2C2. Windows color (decimal): -4530868 or 5037498. OLE color: 5037498.

HSL color Cylindrical-coordinate representation of color #BADD4C: hue angle of 74.48º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BADD4C is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 221 76 -
CMYK 0.16 0 0.66 0.13
HSL 74.48º 0.68% 0.58% -
HSV(B) 74.48º 0.66% 0.87% -
XYZ 47.41 62.67 16.44 -
YUV 194.01 61.4 122.29 -
System Red Green Blue C M Y K H S L
Decimal 186 221 76 0.16 0 0.66 0.13 74.48 0.68 0.58
Hex BA DD 4C 10 0 42 D 4A 44 3A
Octal 272 335 114 20 0 102 15 112 104 72
Binary 10111010 11011101 1001100 10000 0 1000010 1101 1001010 1000100 111010

Color Harmonies of #BADD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD4C

Black with #BADD4C

Text Example


Text Example

White with #BADD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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