Html Css Color HEX #BDE260 Conifer

📋 copy color: '#BDE260'

red 189 ◦ green 226 ◦ blue 96

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

Shades of Conifer #BDE260

Tints of Conifer #BDE260

RGB

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

 GREEN value IS 226 (88.67% from 255) = 44.23%

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

R = 36.99%
G = 44.23%
B = 18.79%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#BDE260 (or 0xBDE260) is known color: Conifer. HEX triplet: BD, E2 and 60. RGB value is (189,226,96). Sum of RGB (Red+Green+Blue) = 189+226+96=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 226 (88.67% from 255 or 44.23% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE260 is #421D9F. Grayscale: #C8C8C8. Windows color (decimal): -4332960 or 6349501. OLE color: 6349501.

HSL color Cylindrical-coordinate representation of color #BDE260: hue angle of 77.08º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDE260 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 226 96 -
CMYK 0.16 0 0.58 0.11
HSL 77.08º 0.69% 0.63% -
HSV(B) 77.08º 0.58% 0.89% -
XYZ 50.29 66.06 21.17 -
YUV 200.12 69.24 120.07 -
System Red Green Blue C M Y K H S L
Decimal 189 226 96 0.16 0 0.58 0.11 77.08 0.69 0.63
Hex BD E2 60 10 0 3A B 4D 45 3F
Octal 275 342 140 20 0 72 13 115 105 77
Binary 10111101 11100010 1100000 10000 0 111010 1011 1001101 1000101 111111

Color Harmonies of #BDE260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE260

Black with #BDE260

Text Example


Text Example

White with #BDE260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE260; }

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

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

background-color css

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

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

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

border-color css

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

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

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