Html Css Color HEX #B5C002 La Rioja

📋 copy color: '#B5C002'

red 181 ◦ green 192 ◦ blue 2

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

Shades of La Rioja #B5C002

Tints of La Rioja #B5C002

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.2%

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

R = 48.27%
G = 51.2%
B = 0.53%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#B5C002 (or 0xB5C002) is known color: La Rioja. HEX triplet: B5, C0 and 02. RGB value is (181,192,2). Sum of RGB (Red+Green+Blue) = 181+192+2=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 192 (75.39% from 255 or 51.2% from 375); Blue value is 2 (1.17% from 255 or 0.53% from 375); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C002 is #4A3FFD. Grayscale: #A7A7A7. Windows color (decimal): -4866046 or 180405. OLE color: 180405.

HSL color Cylindrical-coordinate representation of color #B5C002: hue angle of 63.47º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B5C002 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 192 2 -
CMYK 0.06 0 0.99 0.25
HSL 63.47º 0.98% 0.38% -
HSV(B) 63.47º 0.99% 0.75% -
XYZ 37.92 47.53 7.23 -
YUV 167.05 34.86 137.95 -
System Red Green Blue C M Y K H S L
Decimal 181 192 2 0.06 0 0.99 0.25 63.47 0.98 0.38
Hex B5 C0 2 6 0 63 19 3F 62 26
Octal 265 300 2 6 0 143 31 77 142 46
Binary 10110101 11000000 10 110 0 1100011 11001 111111 1100010 100110

Color Harmonies of #B5C002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C002

Black with #B5C002

Text Example


Text Example

White with #B5C002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C002; }

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

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

background-color css

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

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

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

border-color css

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

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

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