Html Css Color HEX #BED604 La Rioja

📋 copy color: '#BED604'

red 190 ◦ green 214 ◦ blue 4

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

Shades of La Rioja #BED604

Tints of La Rioja #BED604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.98%

R = 46.57%
G = 52.45%
B = 0.98%

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

#BED604 (or 0xBED604) is known color: La Rioja. HEX triplet: BE, D6 and 04. RGB value is (190,214,4). Sum of RGB (Red+Green+Blue) = 190+214+4=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 214 (83.98% from 255 or 52.45% from 408); Blue value is 4 (1.95% from 255 or 0.98% from 408); Max value from RGB is 214 - color contains mainly: green. Hex color #BED604 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED604 is #4129FB. Grayscale: #B7B7B7. Windows color (decimal): -4270588 or 317118. OLE color: 317118.

HSL color Cylindrical-coordinate representation of color #BED604: hue angle of 66.86º degrees, saturation: 0.96, 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 #BED604 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 214 4 -
CMYK 0.11 0 0.98 0.16
HSL 66.86º 0.96% 0.43% -
HSV(B) 66.86º 0.98% 0.84% -
XYZ 45.3 59.05 9.12 -
YUV 182.88 27.05 133.08 -
System Red Green Blue C M Y K H S L
Decimal 190 214 4 0.11 0 0.98 0.16 66.86 0.96 0.43
Hex BE D6 4 B 0 62 10 43 60 2B
Octal 276 326 4 13 0 142 20 103 140 53
Binary 10111110 11010110 100 1011 0 1100010 10000 1000011 1100000 101011

Color Harmonies of #BED604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED604

Black with #BED604

Text Example


Text Example

White with #BED604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED604; }

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

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

background-color css

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

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

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

border-color css

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

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

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