Html Css Color HEX #BED605 La Rioja

📋 copy color: '#BED605'

red 190 ◦ green 214 ◦ blue 5

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

Shades of La Rioja #BED605

Tints of La Rioja #BED605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.22%

R = 46.45%
G = 52.32%
B = 1.22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#BED605 (or 0xBED605) is known color: La Rioja. HEX triplet: BE, D6 and 05. RGB value is (190,214,5). Sum of RGB (Red+Green+Blue) = 190+214+5=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 214 (83.98% from 255 or 52.32% from 409); Blue value is 5 (2.34% from 255 or 1.22% from 409); Max value from RGB is 214 - color contains mainly: green. Hex color #BED605 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED605 is #4129FA. Grayscale: #B7B7B7. Windows color (decimal): -4270587 or 382654. OLE color: 382654.

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

Color convert

RGB 190 214 5 -
CMYK 0.11 0 0.98 0.16
HSL 66.89º 0.95% 0.43% -
HSV(B) 66.89º 0.98% 0.84% -
XYZ 45.31 59.05 9.15 -
YUV 183 27.55 132.99 -
System Red Green Blue C M Y K H S L
Decimal 190 214 5 0.11 0 0.98 0.16 66.89 0.95 0.43
Hex BE D6 5 B 0 62 10 43 5F 2B
Octal 276 326 5 13 0 142 20 103 137 53
Binary 10111110 11010110 101 1011 0 1100010 10000 1000011 1011111 101011

Color Harmonies of #BED605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED605

Black with #BED605

Text Example


Text Example

White with #BED605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED605; }

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

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

background-color css

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

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

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

border-color css

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

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

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