Html Css Color HEX #B5BC02 La Rioja

📋 copy color: '#B5BC02'

red 181 ◦ green 188 ◦ blue 2

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

Shades of La Rioja #B5BC02

Tints of La Rioja #B5BC02

RGB

 RED value IS 181 (71.09% from 255) = 48.79%

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

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

R = 48.79%
G = 50.67%
B = 0.54%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#B5BC02 (or 0xB5BC02) is known color: La Rioja. HEX triplet: B5, BC and 02. RGB value is (181,188,2). Sum of RGB (Red+Green+Blue) = 181+188+2=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 2 (1.17% from 255 or 0.54% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5BC02 is #4A43FD. Grayscale: #A5A5A5. Windows color (decimal): -4867070 or 179381. OLE color: 179381.

HSL color Cylindrical-coordinate representation of color #B5BC02: hue angle of 62.26º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B5BC02 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 181 188 2 -
CMYK 0.04 0 0.99 0.26
HSL 62.26º 0.98% 0.37% -
HSV(B) 62.26º 0.99% 0.74% -
XYZ 37.05 45.79 6.94 -
YUV 164.7 36.18 139.62 -
System Red Green Blue C M Y K H S L
Decimal 181 188 2 0.04 0 0.99 0.26 62.26 0.98 0.37
Hex B5 BC 2 4 0 63 1A 3E 62 25
Octal 265 274 2 4 0 143 32 76 142 45
Binary 10110101 10111100 10 100 0 1100011 11010 111110 1100010 100101

Color Harmonies of #B5BC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BC02

Black with #B5BC02

Text Example


Text Example

White with #B5BC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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