Html Css Color HEX #B1CC0B La Rioja

📋 copy color: '#B1CC0B'

red 177 ◦ green 204 ◦ blue 11

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

Shades of La Rioja #B1CC0B

Tints of La Rioja #B1CC0B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 52.04%

 BLUE value IS 11 (4.69% from 255) = 2.81%

R = 45.15%
G = 52.04%
B = 2.81%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#B1CC0B (or 0xB1CC0B) is known color: La Rioja. HEX triplet: B1, CC and 0B. RGB value is (177,204,11). Sum of RGB (Red+Green+Blue) = 177+204+11=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 204 (80.08% from 255 or 52.04% from 392); Blue value is 11 (4.69% from 255 or 2.81% from 392); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CC0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1CC0B is #4E33F4. Grayscale: #AEAEAE. Windows color (decimal): -5125109 or 773297. OLE color: 773297.

HSL color Cylindrical-coordinate representation of color #B1CC0B: hue angle of 68.39º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B1CC0B is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.2.

Color convert

RGB 177 204 11 -
CMYK 0.13 0 0.95 0.2
HSL 68.39º 0.9% 0.42% -
HSV(B) 68.39º 0.95% 0.8% -
XYZ 39.78 52.56 8.36 -
YUV 173.93 36.05 130.19 -
System Red Green Blue C M Y K H S L
Decimal 177 204 11 0.13 0 0.95 0.2 68.39 0.9 0.42
Hex B1 CC B D 0 5F 14 44 5A 2A
Octal 261 314 13 15 0 137 24 104 132 52
Binary 10110001 11001100 1011 1101 0 1011111 10100 1000100 1011010 101010

Color Harmonies of #B1CC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CC0B

Black with #B1CC0B

Text Example


Text Example

White with #B1CC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CC0B; }

 p { color: rgb(177,204,11); }

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

background-color css

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

 a { background-color: rgb(177,204,11); }

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

border-color css

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

 span { border-color: rgb(177,204,11); }

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