Html Css Color HEX #BED650 Conifer

📋 copy color: '#BED650'

red 190 ◦ green 214 ◦ blue 80

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

Shades of Conifer #BED650

Tints of Conifer #BED650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.53%

R = 39.26%
G = 44.21%
B = 16.53%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#BED650 (or 0xBED650) is known color: Conifer. HEX triplet: BE, D6 and 50. RGB value is (190,214,80). Sum of RGB (Red+Green+Blue) = 190+214+80=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 80 (31.64% from 255 or 16.53% from 484); Max value from RGB is 214 - color contains mainly: green. Hex color #BED650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED650 is #4129AF. Grayscale: #C0C0C0. Windows color (decimal): -4270512 or 5297854. OLE color: 5297854.

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

Color convert

RGB 190 214 80 -
CMYK 0.11 0 0.63 0.16
HSL 70.75º 0.62% 0.58% -
HSV(B) 70.75º 0.63% 0.84% -
XYZ 46.73 59.62 16.63 -
YUV 191.55 65.05 126.9 -
System Red Green Blue C M Y K H S L
Decimal 190 214 80 0.11 0 0.63 0.16 70.75 0.62 0.58
Hex BE D6 50 B 0 3F 10 47 3E 3A
Octal 276 326 120 13 0 77 20 107 76 72
Binary 10111110 11010110 1010000 1011 0 111111 10000 1000111 111110 111010

Color Harmonies of #BED650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED650

Black with #BED650

Text Example


Text Example

White with #BED650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED650; }

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

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

background-color css

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

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

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

border-color css

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

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

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