Html Css Color HEX #B5C600 La Rioja

📋 copy color: '#B5C600'

red 181 ◦ green 198 ◦ blue 0

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

Shades of La Rioja #B5C600

Tints of La Rioja #B5C600

RGB

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

 GREEN value IS 198 (77.73% from 255) = 52.24%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.76%
G = 52.24%
B = 0%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#B5C600 (or 0xB5C600) is known color: La Rioja. HEX triplet: B5, C6 and 00. RGB value is (181,198,0). Sum of RGB (Red+Green+Blue) = 181+198+0=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 198 (77.73% from 255 or 52.24% from 379); Blue value is 0 (0.39% from 255 or 0% from 379); Max value from RGB is 198 - color contains mainly: green. Hex color #B5C600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C600 is #4A39FF. Grayscale: #ABABAB. Windows color (decimal): -4864512 or 50869. OLE color: 50869.

HSL color Cylindrical-coordinate representation of color #B5C600: hue angle of 65.15º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B5C600 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 181 198 0 -
CMYK 0.09 0 1 0.22
HSL 65.15º 1% 0.39% -
HSV(B) 65.15º 1% 0.78% -
XYZ 39.25 50.21 7.62 -
YUV 170.35 31.87 135.6 -
System Red Green Blue C M Y K H S L
Decimal 181 198 0 0.09 0 1 0.22 65.15 1 0.39
Hex B5 C6 0 9 0 64 16 41 64 27
Octal 265 306 0 11 0 144 26 101 144 47
Binary 10110101 11000110 0 1001 0 1100100 10110 1000001 1100100 100111

Color Harmonies of #B5C600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C600

Black with #B5C600

Text Example


Text Example

White with #B5C600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C600; }

 p { color: rgb(181,198,0); }

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

background-color css

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

 a { background-color: rgb(181,198,0); }

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

border-color css

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

 span { border-color: rgb(181,198,0); }

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