Html Css Color HEX #B5C312 La Rioja

📋 copy color: '#B5C312'

red 181 ◦ green 195 ◦ blue 18

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

Shades of La Rioja #B5C312

Tints of La Rioja #B5C312

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.49%

 BLUE value IS 18 (7.42% from 255) = 4.57%

R = 45.94%
G = 49.49%
B = 4.57%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#B5C312 (or 0xB5C312) is known color: La Rioja. HEX triplet: B5, C3 and 12. RGB value is (181,195,18). Sum of RGB (Red+Green+Blue) = 181+195+18=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 195 (76.56% from 255 or 49.49% from 394); Blue value is 18 (7.42% from 255 or 4.57% from 394); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C312 is #4A3CED. Grayscale: #ABABAB. Windows color (decimal): -4865262 or 1229749. OLE color: 1229749.

HSL color Cylindrical-coordinate representation of color #B5C312: hue angle of 64.75º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B5C312 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 181 195 18 -
CMYK 0.07 0 0.91 0.24
HSL 64.75º 0.83% 0.42% -
HSV(B) 64.75º 0.91% 0.76% -
XYZ 38.68 48.9 7.97 -
YUV 170.64 41.86 135.39 -
System Red Green Blue C M Y K H S L
Decimal 181 195 18 0.07 0 0.91 0.24 64.75 0.83 0.42
Hex B5 C3 12 7 0 5B 18 41 53 2A
Octal 265 303 22 7 0 133 30 101 123 52
Binary 10110101 11000011 10010 111 0 1011011 11000 1000001 1010011 101010

Color Harmonies of #B5C312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C312

Black with #B5C312

Text Example


Text Example

White with #B5C312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C312; }

 p { color: rgb(181,195,18); }

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

background-color css

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

 a { background-color: rgb(181,195,18); }

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

border-color css

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

 span { border-color: rgb(181,195,18); }

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