Html Css Color HEX #BDE160 Conifer

📋 copy color: '#BDE160'

red 189 ◦ green 225 ◦ blue 96

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

Shades of Conifer #BDE160

Tints of Conifer #BDE160

RGB

 RED value IS 189 (74.22% from 255) = 37.06%

 GREEN value IS 225 (88.28% from 255) = 44.12%

 BLUE value IS 96 (37.89% from 255) = 18.82%

R = 37.06%
G = 44.12%
B = 18.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#BDE160 (or 0xBDE160) is known color: Conifer. HEX triplet: BD, E1 and 60. RGB value is (189,225,96). Sum of RGB (Red+Green+Blue) = 189+225+96=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 225 (88.28% from 255 or 44.12% from 510); Blue value is 96 (37.89% from 255 or 18.82% from 510); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE160 is #421E9F. Grayscale: #C8C8C8. Windows color (decimal): -4333216 or 6349245. OLE color: 6349245.

HSL color Cylindrical-coordinate representation of color #BDE160: hue angle of 76.74º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDE160 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 225 96 -
CMYK 0.16 0 0.57 0.12
HSL 76.74º 0.68% 0.63% -
HSV(B) 76.74º 0.57% 0.88% -
XYZ 50.02 65.51 21.08 -
YUV 199.53 69.57 120.49 -
System Red Green Blue C M Y K H S L
Decimal 189 225 96 0.16 0 0.57 0.12 76.74 0.68 0.63
Hex BD E1 60 10 0 39 C 4D 44 3F
Octal 275 341 140 20 0 71 14 115 104 77
Binary 10111101 11100001 1100000 10000 0 111001 1100 1001101 1000100 111111

Color Harmonies of #BDE160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE160

Black with #BDE160

Text Example


Text Example

White with #BDE160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE160; }

 p { color: rgb(189,225,96); }

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

background-color css

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

 a { background-color: rgb(189,225,96); }

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

border-color css

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

 span { border-color: rgb(189,225,96); }

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