Html Css Color HEX #BDE064 Conifer

📋 copy color: '#BDE064'

red 189 ◦ green 224 ◦ blue 100

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

Shades of Conifer #BDE064

Tints of Conifer #BDE064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.49%

R = 36.84%
G = 43.66%
B = 19.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#BDE064 (or 0xBDE064) is known color: Conifer. HEX triplet: BD, E0 and 64. RGB value is (189,224,100). Sum of RGB (Red+Green+Blue) = 189+224+100=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 224 (87.89% from 255 or 43.66% from 513); Blue value is 100 (39.45% from 255 or 19.49% from 513); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE064 is #421F9B. Grayscale: #C7C7C7. Windows color (decimal): -4333468 or 6611133. OLE color: 6611133.

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

Color convert

RGB 189 224 100 -
CMYK 0.16 0 0.55 0.12
HSL 76.94º 0.67% 0.64% -
HSV(B) 76.94º 0.55% 0.88% -
XYZ 49.94 65.05 21.98 -
YUV 199.4 71.9 120.58 -
System Red Green Blue C M Y K H S L
Decimal 189 224 100 0.16 0 0.55 0.12 76.94 0.67 0.64
Hex BD E0 64 10 0 37 C 4D 43 40
Octal 275 340 144 20 0 67 14 115 103 100
Binary 10111101 11100000 1100100 10000 0 110111 1100 1001101 1000011 1000000

Color Harmonies of #BDE064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE064

Black with #BDE064

Text Example


Text Example

White with #BDE064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE064; }

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

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

background-color css

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

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

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

border-color css

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

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

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