Html Css Color HEX #B0C201 La Rioja

📋 copy color: '#B0C201'

red 176 ◦ green 194 ◦ blue 1

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

Shades of La Rioja #B0C201

Tints of La Rioja #B0C201

RGB

 RED value IS 176 (69.14% from 255) = 47.44%

 GREEN value IS 194 (76.17% from 255) = 52.29%

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 47.44%
G = 52.29%
B = 0.27%

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

#B0C201 (or 0xB0C201) is known color: La Rioja. HEX triplet: B0, C2 and 01. RGB value is (176,194,1). Sum of RGB (Red+Green+Blue) = 176+194+1=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 194 (76.17% from 255 or 52.29% from 371); Blue value is 1 (0.78% from 255 or 0.27% from 371); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C201 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C201 is #4F3DFE. Grayscale: #A7A7A7. Windows color (decimal): -5193215 or 115376. OLE color: 115376.

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

Color convert

RGB 176 194 1 -
CMYK 0.09 0 0.99 0.24
HSL 65.6º 0.99% 0.38% -
HSV(B) 65.6º 0.99% 0.76% -
XYZ 37.2 47.82 7.3 -
YUV 166.62 34.54 134.69 -
System Red Green Blue C M Y K H S L
Decimal 176 194 1 0.09 0 0.99 0.24 65.6 0.99 0.38
Hex B0 C2 1 9 0 63 18 42 63 26
Octal 260 302 1 11 0 143 30 102 143 46
Binary 10110000 11000010 1 1001 0 1100011 11000 1000010 1100011 100110

Color Harmonies of #B0C201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C201

Black with #B0C201

Text Example


Text Example

White with #B0C201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C201; }

 p { color: rgb(176,194,1); }

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

background-color css

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

 a { background-color: rgb(176,194,1); }

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

border-color css

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

 span { border-color: rgb(176,194,1); }

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