Html Css Color HEX #BEC302 La Rioja

📋 copy color: '#BEC302'

red 190 ◦ green 195 ◦ blue 2

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

Shades of La Rioja #BEC302

Tints of La Rioja #BEC302

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.39%

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

R = 49.1%
G = 50.39%
B = 0.52%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#BEC302 (or 0xBEC302) is known color: La Rioja. HEX triplet: BE, C3 and 02. RGB value is (190,195,2). Sum of RGB (Red+Green+Blue) = 190+195+2=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 195 (76.56% from 255 or 50.39% from 387); Blue value is 2 (1.17% from 255 or 0.52% from 387); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC302 is #413CFD. Grayscale: #ACACAC. Windows color (decimal): -4275454 or 181182. OLE color: 181182.

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

Color convert

RGB 190 195 2 -
CMYK 0.03 0 0.99 0.24
HSL 61.55º 0.98% 0.39% -
HSV(B) 61.55º 0.99% 0.76% -
XYZ 40.76 49.98 7.56 -
YUV 171.5 32.34 141.19 -
System Red Green Blue C M Y K H S L
Decimal 190 195 2 0.03 0 0.99 0.24 61.55 0.98 0.39
Hex BE C3 2 3 0 63 18 3E 62 27
Octal 276 303 2 3 0 143 30 76 142 47
Binary 10111110 11000011 10 11 0 1100011 11000 111110 1100010 100111

Color Harmonies of #BEC302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC302

Black with #BEC302

Text Example


Text Example

White with #BEC302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC302; }

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

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

background-color css

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

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

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

border-color css

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

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

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