Html Css Color HEX #B5C102 La Rioja

📋 copy color: '#B5C102'

red 181 ◦ green 193 ◦ blue 2

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

Shades of La Rioja #B5C102

Tints of La Rioja #B5C102

RGB

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

 GREEN value IS 193 (75.78% from 255) = 51.33%

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 48.14%
G = 51.33%
B = 0.53%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#B5C102 (or 0xB5C102) is known color: La Rioja. HEX triplet: B5, C1 and 02. RGB value is (181,193,2). Sum of RGB (Red+Green+Blue) = 181+193+2=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 193 (75.78% from 255 or 51.33% from 376); Blue value is 2 (1.17% from 255 or 0.53% from 376); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C102 is #4A3EFD. Grayscale: #A8A8A8. Windows color (decimal): -4865790 or 180661. OLE color: 180661.

HSL color Cylindrical-coordinate representation of color #B5C102: hue angle of 63.77º degrees, saturation: 0.98, 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 #B5C102 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 181 193 2 -
CMYK 0.06 0 0.99 0.24
HSL 63.77º 0.98% 0.38% -
HSV(B) 63.77º 0.99% 0.76% -
XYZ 38.14 47.97 7.31 -
YUV 167.64 34.52 137.53 -
System Red Green Blue C M Y K H S L
Decimal 181 193 2 0.06 0 0.99 0.24 63.77 0.98 0.38
Hex B5 C1 2 6 0 63 18 40 62 26
Octal 265 301 2 6 0 143 30 100 142 46
Binary 10110101 11000001 10 110 0 1100011 11000 1000000 1100010 100110

Color Harmonies of #B5C102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C102

Black with #B5C102

Text Example


Text Example

White with #B5C102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C102; }

 p { color: rgb(181,193,2); }

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

background-color css

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

 a { background-color: rgb(181,193,2); }

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

border-color css

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

 span { border-color: rgb(181,193,2); }

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