Html Css Color HEX #BADD67 Conifer

📋 copy color: '#BADD67'

red 186 ◦ green 221 ◦ blue 103

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

Shades of Conifer #BADD67

Tints of Conifer #BADD67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 20.2%

R = 36.47%
G = 43.33%
B = 20.2%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#BADD67 (or 0xBADD67) is known color: Conifer. HEX triplet: BA, DD and 67. RGB value is (186,221,103). Sum of RGB (Red+Green+Blue) = 186+221+103=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 103 (40.62% from 255 or 20.20% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADD67 is #452298. Grayscale: #C5C5C5. Windows color (decimal): -4530841 or 6806970. OLE color: 6806970.

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

Color convert

RGB 186 221 103 -
CMYK 0.16 0 0.53 0.13
HSL 77.8º 0.63% 0.64% -
HSV(B) 77.8º 0.53% 0.87% -
XYZ 48.55 63.13 22.46 -
YUV 197.08 74.9 120.09 -
System Red Green Blue C M Y K H S L
Decimal 186 221 103 0.16 0 0.53 0.13 77.8 0.63 0.64
Hex BA DD 67 10 0 35 D 4E 3F 40
Octal 272 335 147 20 0 65 15 116 77 100
Binary 10111010 11011101 1100111 10000 0 110101 1101 1001110 111111 1000000

Color Harmonies of #BADD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD67

Black with #BADD67

Text Example


Text Example

White with #BADD67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD67; }

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

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

background-color css

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

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

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

border-color css

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

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

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