Html Css Color HEX #BEBC02 La Rioja

📋 copy color: '#BEBC02'

red 190 ◦ green 188 ◦ blue 2

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

Shades of La Rioja #BEBC02

Tints of La Rioja #BEBC02

RGB

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

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

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

R = 50%
G = 49.47%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BEBC02 (or 0xBEBC02) is known color: La Rioja. HEX triplet: BE, BC and 02. RGB value is (190,188,2). Sum of RGB (Red+Green+Blue) = 190+188+2=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 188 (73.83% from 255 or 49.47% from 380); Blue value is 2 (1.17% from 255 or 0.53% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBC02 is #4143FD. Grayscale: #A8A8A8. Windows color (decimal): -4277246 or 179390. OLE color: 179390.

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

Color convert

RGB 190 188 2 -
CMYK 0 0.01 0.99 0.25
HSL 59.36º 0.98% 0.38% -
HSV(B) 59.36º 0.99% 0.75% -
XYZ 39.23 46.92 7.05 -
YUV 167.39 34.66 144.12 -
System Red Green Blue C M Y K H S L
Decimal 190 188 2 0 0.01 0.99 0.25 59.36 0.98 0.38
Hex BE BC 2 0 1 63 19 3B 62 26
Octal 276 274 2 0 1 143 31 73 142 46
Binary 10111110 10111100 10 0 1 1100011 11001 111011 1100010 100110

Color Harmonies of #BEBC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBC02

Black with #BEBC02

Text Example


Text Example

White with #BEBC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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