Html Css Color HEX #B5C30E La Rioja

📋 copy color: '#B5C30E'

red 181 ◦ green 195 ◦ blue 14

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

Shades of La Rioja #B5C30E

Tints of La Rioja #B5C30E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.59%

R = 46.41%
G = 50%
B = 3.59%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#B5C30E (or 0xB5C30E) is known color: La Rioja. HEX triplet: B5, C3 and 0E. RGB value is (181,195,14). Sum of RGB (Red+Green+Blue) = 181+195+14=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 195 (76.56% from 255 or 50% from 390); Blue value is 14 (5.86% from 255 or 3.59% from 390); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C30E is #4A3CF1. Grayscale: #AAAAAA. Windows color (decimal): -4865266 or 967605. OLE color: 967605.

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

Color convert

RGB 181 195 14 -
CMYK 0.07 0 0.93 0.24
HSL 64.64º 0.87% 0.41% -
HSV(B) 64.64º 0.93% 0.76% -
XYZ 38.65 48.89 7.81 -
YUV 170.18 39.86 135.72 -
System Red Green Blue C M Y K H S L
Decimal 181 195 14 0.07 0 0.93 0.24 64.64 0.87 0.41
Hex B5 C3 E 7 0 5D 18 41 57 29
Octal 265 303 16 7 0 135 30 101 127 51
Binary 10110101 11000011 1110 111 0 1011101 11000 1000001 1010111 101001

Color Harmonies of #B5C30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C30E

Black with #B5C30E

Text Example


Text Example

White with #B5C30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C30E; }

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

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

background-color css

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

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

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

border-color css

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

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

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