Html Css Color HEX #BDE063 Conifer

📋 copy color: '#BDE063'

red 189 ◦ green 224 ◦ blue 99

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

Shades of Conifer #BDE063

Tints of Conifer #BDE063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.34%

R = 36.91%
G = 43.75%
B = 19.34%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#BDE063 (or 0xBDE063) is known color: Conifer. HEX triplet: BD, E0 and 63. RGB value is (189,224,99). Sum of RGB (Red+Green+Blue) = 189+224+99=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 224 (87.89% from 255 or 43.75% from 512); Blue value is 99 (39.06% from 255 or 19.34% from 512); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE063 is #421F9C. Grayscale: #C7C7C7. Windows color (decimal): -4333469 or 6545597. OLE color: 6545597.

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

Color convert

RGB 189 224 99 -
CMYK 0.16 0 0.56 0.12
HSL 76.8º 0.67% 0.63% -
HSV(B) 76.8º 0.56% 0.88% -
XYZ 49.89 65.03 21.73 -
YUV 199.29 71.4 120.66 -
System Red Green Blue C M Y K H S L
Decimal 189 224 99 0.16 0 0.56 0.12 76.8 0.67 0.63
Hex BD E0 63 10 0 38 C 4D 43 3F
Octal 275 340 143 20 0 70 14 115 103 77
Binary 10111101 11100000 1100011 10000 0 111000 1100 1001101 1000011 111111

Color Harmonies of #BDE063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE063

Black with #BDE063

Text Example


Text Example

White with #BDE063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE063; }

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

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

background-color css

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

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

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

border-color css

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

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

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