Html Css Color HEX #BDE059 Conifer

📋 copy color: '#BDE059'

red 189 ◦ green 224 ◦ blue 89

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

Shades of Conifer #BDE059

Tints of Conifer #BDE059

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.62%

 BLUE value IS 89 (35.16% from 255) = 17.73%

R = 37.65%
G = 44.62%
B = 17.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#BDE059 (or 0xBDE059) is known color: Conifer. HEX triplet: BD, E0 and 59. RGB value is (189,224,89). Sum of RGB (Red+Green+Blue) = 189+224+89=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 224 (87.89% from 255 or 44.62% from 502); Blue value is 89 (35.16% from 255 or 17.73% from 502); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE059 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE059 is #421FA6. Grayscale: #C6C6C6. Windows color (decimal): -4333479 or 5890237. OLE color: 5890237.

HSL color Cylindrical-coordinate representation of color #BDE059: hue angle of 75.56º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDE059 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 224 89 -
CMYK 0.16 0 0.60 0.12
HSL 75.56º 0.69% 0.61% -
HSV(B) 75.56º 0.6% 0.88% -
XYZ 49.45 64.85 19.36 -
YUV 198.15 66.4 121.48 -
System Red Green Blue C M Y K H S L
Decimal 189 224 89 0.16 0 0.60 0.12 75.56 0.69 0.61
Hex BD E0 59 10 0 3C C 4C 45 3D
Octal 275 340 131 20 0 74 14 114 105 75
Binary 10111101 11100000 1011001 10000 0 111100 1100 1001100 1000101 111101

Color Harmonies of #BDE059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE059

Black with #BDE059

Text Example


Text Example

White with #BDE059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE059; }

 p { color: rgb(189,224,89); }

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

background-color css

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

 a { background-color: rgb(189,224,89); }

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

border-color css

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

 span { border-color: rgb(189,224,89); }

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