Html Css Color HEX #BDE066 Conifer

📋 copy color: '#BDE066'

red 189 ◦ green 224 ◦ blue 102

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

Shades of Conifer #BDE066

Tints of Conifer #BDE066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.81%

R = 36.7%
G = 43.5%
B = 19.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#BDE066 (or 0xBDE066) is known color: Conifer. HEX triplet: BD, E0 and 66. RGB value is (189,224,102). Sum of RGB (Red+Green+Blue) = 189+224+102=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 224 (87.89% from 255 or 43.50% from 515); Blue value is 102 (40.23% from 255 or 19.81% from 515); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE066 is #421F99. Grayscale: #C8C8C8. Windows color (decimal): -4333466 or 6742205. OLE color: 6742205.

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

Color convert

RGB 189 224 102 -
CMYK 0.16 0 0.54 0.12
HSL 77.21º 0.66% 0.64% -
HSV(B) 77.21º 0.54% 0.88% -
XYZ 50.04 65.09 22.5 -
YUV 199.63 72.9 120.42 -
System Red Green Blue C M Y K H S L
Decimal 189 224 102 0.16 0 0.54 0.12 77.21 0.66 0.64
Hex BD E0 66 10 0 36 C 4D 42 40
Octal 275 340 146 20 0 66 14 115 102 100
Binary 10111101 11100000 1100110 10000 0 110110 1100 1001101 1000010 1000000

Color Harmonies of #BDE066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE066

Black with #BDE066

Text Example


Text Example

White with #BDE066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE066; }

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

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

background-color css

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

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

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

border-color css

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

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

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