Html Css Color HEX #B0CA03 La Rioja

📋 copy color: '#B0CA03'

red 176 ◦ green 202 ◦ blue 3

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

Shades of La Rioja #B0CA03

Tints of La Rioja #B0CA03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.79%

R = 46.19%
G = 53.02%
B = 0.79%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#B0CA03 (or 0xB0CA03) is known color: La Rioja. HEX triplet: B0, CA and 03. RGB value is (176,202,3). Sum of RGB (Red+Green+Blue) = 176+202+3=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 202 (79.30% from 255 or 53.02% from 381); Blue value is 3 (1.56% from 255 or 0.79% from 381); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0CA03 is #4F35FC. Grayscale: #ACACAC. Windows color (decimal): -5191165 or 248496. OLE color: 248496.

HSL color Cylindrical-coordinate representation of color #B0CA03: hue angle of 67.84º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B0CA03 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 202 3 -
CMYK 0.13 0 0.99 0.21
HSL 67.84º 0.97% 0.4% -
HSV(B) 67.84º 0.99% 0.79% -
XYZ 39.04 51.48 7.96 -
YUV 171.54 32.89 131.18 -
System Red Green Blue C M Y K H S L
Decimal 176 202 3 0.13 0 0.99 0.21 67.84 0.97 0.4
Hex B0 CA 3 D 0 63 15 44 61 28
Octal 260 312 3 15 0 143 25 104 141 50
Binary 10110000 11001010 11 1101 0 1100011 10101 1000100 1100001 101000

Color Harmonies of #B0CA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CA03

Black with #B0CA03

Text Example


Text Example

White with #B0CA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CA03; }

 p { color: rgb(176,202,3); }

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

background-color css

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

 a { background-color: rgb(176,202,3); }

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

border-color css

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

 span { border-color: rgb(176,202,3); }

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