Html Css Color HEX #B5CA01 La Rioja

📋 copy color: '#B5CA01'

red 181 ◦ green 202 ◦ blue 1

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

Shades of La Rioja #B5CA01

Tints of La Rioja #B5CA01

RGB

 RED value IS 181 (71.09% from 255) = 47.14%

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

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

R = 47.14%
G = 52.6%
B = 0.26%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#B5CA01 (or 0xB5CA01) is known color: La Rioja. HEX triplet: B5, CA and 01. RGB value is (181,202,1). Sum of RGB (Red+Green+Blue) = 181+202+1=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 202 (79.30% from 255 or 52.60% from 384); Blue value is 1 (0.78% from 255 or 0.26% from 384); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5CA01 is #4A35FE. Grayscale: #ADADAD. Windows color (decimal): -4863487 or 117429. OLE color: 117429.

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

Color convert

RGB 181 202 1 -
CMYK 0.10 0 1.00 0.21
HSL 66.27º 0.99% 0.4% -
HSV(B) 66.27º 1% 0.79% -
XYZ 40.18 52.07 7.96 -
YUV 172.81 31.04 133.84 -
System Red Green Blue C M Y K H S L
Decimal 181 202 1 0.10 0 1.00 0.21 66.27 0.99 0.4
Hex B5 CA 1 A 0 64 15 42 63 28
Octal 265 312 1 12 0 144 25 102 143 50
Binary 10110101 11001010 1 1010 0 1100100 10101 1000010 1100011 101000

Color Harmonies of #B5CA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CA01

Black with #B5CA01

Text Example


Text Example

White with #B5CA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CA01; }

 p { color: rgb(181,202,1); }

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

background-color css

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

 a { background-color: rgb(181,202,1); }

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

border-color css

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

 span { border-color: rgb(181,202,1); }

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