Html Css Color HEX #B1C002 La Rioja

📋 copy color: '#B1C002'

red 177 ◦ green 192 ◦ blue 2

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

Shades of La Rioja #B1C002

Tints of La Rioja #B1C002

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.75%

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

R = 47.71%
G = 51.75%
B = 0.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#B1C002 (or 0xB1C002) is known color: La Rioja. HEX triplet: B1, C0 and 02. RGB value is (177,192,2). Sum of RGB (Red+Green+Blue) = 177+192+2=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 2 (1.17% from 255 or 0.54% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1C002 is #4E3FFD. Grayscale: #A6A6A6. Windows color (decimal): -5128190 or 180401. OLE color: 180401.

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

Color convert

RGB 177 192 2 -
CMYK 0.08 0 0.99 0.25
HSL 64.74º 0.98% 0.38% -
HSV(B) 64.74º 0.99% 0.75% -
XYZ 36.99 47.05 7.19 -
YUV 165.86 35.53 135.95 -
System Red Green Blue C M Y K H S L
Decimal 177 192 2 0.08 0 0.99 0.25 64.74 0.98 0.38
Hex B1 C0 2 8 0 63 19 41 62 26
Octal 261 300 2 10 0 143 31 101 142 46
Binary 10110001 11000000 10 1000 0 1100011 11001 1000001 1100010 100110

Color Harmonies of #B1C002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C002

Black with #B1C002

Text Example


Text Example

White with #B1C002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C002; }

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

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

background-color css

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

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

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

border-color css

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

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

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