Html Css Color HEX #BEC702 La Rioja

📋 copy color: '#BEC702'

red 190 ◦ green 199 ◦ blue 2

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

Shades of La Rioja #BEC702

Tints of La Rioja #BEC702

RGB

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

 GREEN value IS 199 (78.13% from 255) = 50.9%

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

R = 48.59%
G = 50.9%
B = 0.51%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#BEC702 (or 0xBEC702) is known color: La Rioja. HEX triplet: BE, C7 and 02. RGB value is (190,199,2). Sum of RGB (Red+Green+Blue) = 190+199+2=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 199 (78.12% from 255 or 50.90% from 391); Blue value is 2 (1.17% from 255 or 0.51% from 391); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC702 is #4138FD. Grayscale: #AEAEAE. Windows color (decimal): -4274430 or 182206. OLE color: 182206.

HSL color Cylindrical-coordinate representation of color #BEC702: hue angle of 62.74º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BEC702 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 199 2 -
CMYK 0.05 0 0.99 0.22
HSL 62.74º 0.98% 0.39% -
HSV(B) 62.74º 0.99% 0.78% -
XYZ 41.67 51.8 7.86 -
YUV 173.85 31.02 139.52 -
System Red Green Blue C M Y K H S L
Decimal 190 199 2 0.05 0 0.99 0.22 62.74 0.98 0.39
Hex BE C7 2 5 0 63 16 3F 62 27
Octal 276 307 2 5 0 143 26 77 142 47
Binary 10111110 11000111 10 101 0 1100011 10110 111111 1100010 100111

Color Harmonies of #BEC702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC702

Black with #BEC702

Text Example


Text Example

White with #BEC702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC702; }

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

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

background-color css

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

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

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

border-color css

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

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

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