Html Css Color HEX #B1BC02 La Rioja

📋 copy color: '#B1BC02'

red 177 ◦ green 188 ◦ blue 2

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

Shades of La Rioja #B1BC02

Tints of La Rioja #B1BC02

RGB

 RED value IS 177 (69.53% from 255) = 48.23%

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

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

R = 48.23%
G = 51.23%
B = 0.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#B1BC02 (or 0xB1BC02) is known color: La Rioja. HEX triplet: B1, BC and 02. RGB value is (177,188,2). Sum of RGB (Red+Green+Blue) = 177+188+2=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 188 (73.83% from 255 or 51.23% from 367); Blue value is 2 (1.17% from 255 or 0.54% from 367); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1BC02 is #4E43FD. Grayscale: #A4A4A4. Windows color (decimal): -5129214 or 179377. OLE color: 179377.

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

Color convert

RGB 177 188 2 -
CMYK 0.06 0 0.99 0.26
HSL 63.55º 0.98% 0.37% -
HSV(B) 63.55º 0.99% 0.74% -
XYZ 36.13 45.32 6.9 -
YUV 163.51 36.86 137.62 -
System Red Green Blue C M Y K H S L
Decimal 177 188 2 0.06 0 0.99 0.26 63.55 0.98 0.37
Hex B1 BC 2 6 0 63 1A 40 62 25
Octal 261 274 2 6 0 143 32 100 142 45
Binary 10110001 10111100 10 110 0 1100011 11010 1000000 1100010 100101

Color Harmonies of #B1BC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BC02

Black with #B1BC02

Text Example


Text Example

White with #B1BC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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