Html Css Color HEX #BEBC00 La Rioja

📋 copy color: '#BEBC00'

red 190 ◦ green 188 ◦ blue 0

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

Shades of La Rioja #BEBC00

Tints of La Rioja #BEBC00

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.74%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.26%
G = 49.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BEBC00 (or 0xBEBC00) is known color: La Rioja. HEX triplet: BE, BC and 00. RGB value is (190,188,0). Sum of RGB (Red+Green+Blue) = 190+188+0=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 188 (73.83% from 255 or 49.74% from 378); Blue value is 0 (0.39% from 255 or 0% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBC00 is #4143FF. Grayscale: #A7A7A7. Windows color (decimal): -4277248 or 48318. OLE color: 48318.

HSL color Cylindrical-coordinate representation of color #BEBC00: hue angle of 59.37º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BEBC00 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 188 0 -
CMYK 0 0.01 1 0.25
HSL 59.37º 1% 0.37% -
HSV(B) 59.37º 1% 0.75% -
XYZ 39.22 46.91 6.99 -
YUV 167.17 33.66 144.29 -
System Red Green Blue C M Y K H S L
Decimal 190 188 0 0 0.01 1 0.25 59.37 1 0.37
Hex BE BC 0 0 1 64 19 3B 64 25
Octal 276 274 0 0 1 144 31 73 144 45
Binary 10111110 10111100 0 0 1 1100100 11001 111011 1100100 100101

Color Harmonies of #BEBC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBC00

Black with #BEBC00

Text Example


Text Example

White with #BEBC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBC00; }

 p { color: rgb(190,188,0); }

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

background-color css

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

 a { background-color: rgb(190,188,0); }

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

border-color css

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

 span { border-color: rgb(190,188,0); }

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