Html Css Color HEX #BED405 La Rioja

📋 copy color: '#BED405'

red 190 ◦ green 212 ◦ blue 5

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

Shades of La Rioja #BED405

Tints of La Rioja #BED405

RGB

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

 GREEN value IS 212 (83.2% from 255) = 52.09%

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

R = 46.68%
G = 52.09%
B = 1.23%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#BED405 (or 0xBED405) is known color: La Rioja. HEX triplet: BE, D4 and 05. RGB value is (190,212,5). Sum of RGB (Red+Green+Blue) = 190+212+5=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 212 (83.20% from 255 or 52.09% from 407); Blue value is 5 (2.34% from 255 or 1.23% from 407); Max value from RGB is 212 - color contains mainly: green. Hex color #BED405 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED405 is #412BFA. Grayscale: #B6B6B6. Windows color (decimal): -4271099 or 382142. OLE color: 382142.

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

Color convert

RGB 190 212 5 -
CMYK 0.10 0 0.98 0.17
HSL 66.38º 0.95% 0.43% -
HSV(B) 66.38º 0.98% 0.83% -
XYZ 44.81 58.05 8.99 -
YUV 181.82 28.21 133.83 -
System Red Green Blue C M Y K H S L
Decimal 190 212 5 0.10 0 0.98 0.17 66.38 0.95 0.43
Hex BE D4 5 A 0 62 11 42 5F 2B
Octal 276 324 5 12 0 142 21 102 137 53
Binary 10111110 11010100 101 1010 0 1100010 10001 1000010 1011111 101011

Color Harmonies of #BED405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED405

Black with #BED405

Text Example


Text Example

White with #BED405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED405; }

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

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

background-color css

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

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

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

border-color css

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

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

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