Html Css Color HEX #BADD6B Conifer

📋 copy color: '#BADD6B'

red 186 ◦ green 221 ◦ blue 107

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

Shades of Conifer #BADD6B

Tints of Conifer #BADD6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.82%

R = 36.19%
G = 43%
B = 20.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#BADD6B (or 0xBADD6B) is known color: Conifer. HEX triplet: BA, DD and 6B. RGB value is (186,221,107). Sum of RGB (Red+Green+Blue) = 186+221+107=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 107 (42.19% from 255 or 20.82% from 514); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADD6B is #452294. Grayscale: #C5C5C5. Windows color (decimal): -4530837 or 7069114. OLE color: 7069114.

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

Color convert

RGB 186 221 107 -
CMYK 0.16 0 0.52 0.13
HSL 78.42º 0.63% 0.64% -
HSV(B) 78.42º 0.52% 0.87% -
XYZ 48.76 63.21 23.54 -
YUV 197.54 76.9 119.77 -
System Red Green Blue C M Y K H S L
Decimal 186 221 107 0.16 0 0.52 0.13 78.42 0.63 0.64
Hex BA DD 6B 10 0 34 D 4E 3F 40
Octal 272 335 153 20 0 64 15 116 77 100
Binary 10111010 11011101 1101011 10000 0 110100 1101 1001110 111111 1000000

Color Harmonies of #BADD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD6B

Black with #BADD6B

Text Example


Text Example

White with #BADD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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