Html Css Color HEX #BED64C Conifer

📋 copy color: '#BED64C'

red 190 ◦ green 214 ◦ blue 76

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

Shades of Conifer #BED64C

Tints of Conifer #BED64C

RGB

 RED value IS 190 (74.61% from 255) = 39.58%

 GREEN value IS 214 (83.98% from 255) = 44.58%

 BLUE value IS 76 (30.08% from 255) = 15.83%

R = 39.58%
G = 44.58%
B = 15.83%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#BED64C (or 0xBED64C) is known color: Conifer. HEX triplet: BE, D6 and 4C. RGB value is (190,214,76). Sum of RGB (Red+Green+Blue) = 190+214+76=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 76 (30.08% from 255 or 15.83% from 480); Max value from RGB is 214 - color contains mainly: green. Hex color #BED64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED64C is #4129B3. Grayscale: #BFBFBF. Windows color (decimal): -4270516 or 5035710. OLE color: 5035710.

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

Color convert

RGB 190 214 76 -
CMYK 0.11 0 0.64 0.16
HSL 70.43º 0.63% 0.57% -
HSV(B) 70.43º 0.64% 0.84% -
XYZ 46.59 59.56 15.88 -
YUV 191.09 63.05 127.22 -
System Red Green Blue C M Y K H S L
Decimal 190 214 76 0.11 0 0.64 0.16 70.43 0.63 0.57
Hex BE D6 4C B 0 40 10 46 3F 39
Octal 276 326 114 13 0 100 20 106 77 71
Binary 10111110 11010110 1001100 1011 0 1000000 10000 1000110 111111 111001

Color Harmonies of #BED64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED64C

Black with #BED64C

Text Example


Text Example

White with #BED64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED64C; }

 p { color: rgb(190,214,76); }

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

background-color css

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

 a { background-color: rgb(190,214,76); }

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

border-color css

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

 span { border-color: rgb(190,214,76); }

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