Html Css Color HEX #B1C302 La Rioja

📋 copy color: '#B1C302'

red 177 ◦ green 195 ◦ blue 2

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

Shades of La Rioja #B1C302

Tints of La Rioja #B1C302

RGB

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

 GREEN value IS 195 (76.56% from 255) = 52.14%

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

R = 47.33%
G = 52.14%
B = 0.53%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#B1C302 (or 0xB1C302) is known color: La Rioja. HEX triplet: B1, C3 and 02. RGB value is (177,195,2). Sum of RGB (Red+Green+Blue) = 177+195+2=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 195 (76.56% from 255 or 52.14% from 374); Blue value is 2 (1.17% from 255 or 0.53% from 374); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C302 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1C302 is #4E3CFD. Grayscale: #A8A8A8. Windows color (decimal): -5127422 or 181169. OLE color: 181169.

HSL color Cylindrical-coordinate representation of color #B1C302: hue angle of 65.6º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B1C302 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 195 2 -
CMYK 0.09 0 0.99 0.24
HSL 65.6º 0.98% 0.39% -
HSV(B) 65.6º 0.99% 0.76% -
XYZ 37.66 48.38 7.41 -
YUV 167.62 34.54 134.69 -
System Red Green Blue C M Y K H S L
Decimal 177 195 2 0.09 0 0.99 0.24 65.6 0.98 0.39
Hex B1 C3 2 9 0 63 18 42 62 27
Octal 261 303 2 11 0 143 30 102 142 47
Binary 10110001 11000011 10 1001 0 1100011 11000 1000010 1100010 100111

Color Harmonies of #B1C302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C302

Black with #B1C302

Text Example


Text Example

White with #B1C302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C302; }

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

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

background-color css

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

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

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

border-color css

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

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

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