Html Css Color HEX #BEB200 La Rioja

📋 copy color: '#BEB200'

red 190 ◦ green 178 ◦ blue 0

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

Shades of La Rioja #BEB200

Tints of La Rioja #BEB200

RGB

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

 GREEN value IS 178 (69.92% from 255) = 48.37%

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

R = 51.63%
G = 48.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BEB200 (or 0xBEB200) is known color: La Rioja. HEX triplet: BE, B2 and 00. RGB value is (190,178,0). Sum of RGB (Red+Green+Blue) = 190+178+0=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 178 (69.92% from 255 or 48.37% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEB200 is #414DFF. Grayscale: #A2A2A2. Windows color (decimal): -4279808 or 45758. OLE color: 45758.

HSL color Cylindrical-coordinate representation of color #BEB200: hue angle of 56.21º 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 #BEB200 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 178 0 -
CMYK 0 0.06 1 0.25
HSL 56.21º 1% 0.37% -
HSV(B) 56.21º 1% 0.75% -
XYZ 37.16 42.79 6.3 -
YUV 161.3 36.98 148.47 -
System Red Green Blue C M Y K H S L
Decimal 190 178 0 0 0.06 1 0.25 56.21 1 0.37
Hex BE B2 0 0 6 64 19 38 64 25
Octal 276 262 0 0 6 144 31 70 144 45
Binary 10111110 10110010 0 0 110 1100100 11001 111000 1100100 100101

Color Harmonies of #BEB200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB200

Black with #BEB200

Text Example


Text Example

White with #BEB200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB200; }

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

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

background-color css

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

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

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

border-color css

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

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

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