Html Css Color HEX #BED702 La Rioja

📋 copy color: '#BED702'

red 190 ◦ green 215 ◦ blue 2

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

Shades of La Rioja #BED702

Tints of La Rioja #BED702

RGB

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

 GREEN value IS 215 (84.38% from 255) = 52.83%

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 46.68%
G = 52.83%
B = 0.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#BED702 (or 0xBED702) is known color: La Rioja. HEX triplet: BE, D7 and 02. RGB value is (190,215,2). Sum of RGB (Red+Green+Blue) = 190+215+2=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 215 (84.38% from 255 or 52.83% from 407); Blue value is 2 (1.17% from 255 or 0.49% from 407); Max value from RGB is 215 - color contains mainly: green. Hex color #BED702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED702 is #4128FD. Grayscale: #B8B8B8. Windows color (decimal): -4270334 or 186302. OLE color: 186302.

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

Color convert

RGB 190 215 2 -
CMYK 0.12 0 0.99 0.16
HSL 67.04º 0.98% 0.43% -
HSV(B) 67.04º 0.99% 0.84% -
XYZ 45.55 59.55 9.15 -
YUV 183.24 25.72 132.82 -
System Red Green Blue C M Y K H S L
Decimal 190 215 2 0.12 0 0.99 0.16 67.04 0.98 0.43
Hex BE D7 2 C 0 63 10 43 62 2B
Octal 276 327 2 14 0 143 20 103 142 53
Binary 10111110 11010111 10 1100 0 1100011 10000 1000011 1100010 101011

Color Harmonies of #BED702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED702

Black with #BED702

Text Example


Text Example

White with #BED702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED702; }

 p { color: rgb(190,215,2); }

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

background-color css

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

 a { background-color: rgb(190,215,2); }

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

border-color css

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

 span { border-color: rgb(190,215,2); }

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