Html Css Color HEX #B1CA0A La Rioja

📋 copy color: '#B1CA0A'

red 177 ◦ green 202 ◦ blue 10

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

Shades of La Rioja #B1CA0A

Tints of La Rioja #B1CA0A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 51.93%

 BLUE value IS 10 (4.3% from 255) = 2.57%

R = 45.5%
G = 51.93%
B = 2.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#B1CA0A (or 0xB1CA0A) is known color: La Rioja. HEX triplet: B1, CA and 0A. RGB value is (177,202,10). Sum of RGB (Red+Green+Blue) = 177+202+10=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 202 (79.30% from 255 or 51.93% from 389); Blue value is 10 (4.30% from 255 or 2.57% from 389); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CA0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1CA0A is #4E35F5. Grayscale: #ADADAD. Windows color (decimal): -5125622 or 707249. OLE color: 707249.

HSL color Cylindrical-coordinate representation of color #B1CA0A: hue angle of 67.81º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B1CA0A is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 202 10 -
CMYK 0.12 0 0.95 0.21
HSL 67.81º 0.91% 0.42% -
HSV(B) 67.81º 0.95% 0.79% -
XYZ 39.31 51.61 8.18 -
YUV 172.64 36.22 131.11 -
System Red Green Blue C M Y K H S L
Decimal 177 202 10 0.12 0 0.95 0.21 67.81 0.91 0.42
Hex B1 CA A C 0 5F 15 44 5B 2A
Octal 261 312 12 14 0 137 25 104 133 52
Binary 10110001 11001010 1010 1100 0 1011111 10101 1000100 1011011 101010

Color Harmonies of #B1CA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CA0A

Black with #B1CA0A

Text Example


Text Example

White with #B1CA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CA0A; }

 p { color: rgb(177,202,10); }

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

background-color css

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

 a { background-color: rgb(177,202,10); }

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

border-color css

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

 span { border-color: rgb(177,202,10); }

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