Html Css Color HEX #B5CC04 La Rioja

📋 copy color: '#B5CC04'

red 181 ◦ green 204 ◦ blue 4

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

Shades of La Rioja #B5CC04

Tints of La Rioja #B5CC04

RGB

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

 GREEN value IS 204 (80.08% from 255) = 52.44%

 BLUE value IS 4 (1.95% from 255) = 1.03%

R = 46.53%
G = 52.44%
B = 1.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#B5CC04 (or 0xB5CC04) is known color: La Rioja. HEX triplet: B5, CC and 04. RGB value is (181,204,4). Sum of RGB (Red+Green+Blue) = 181+204+4=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 204 (80.08% from 255 or 52.44% from 389); Blue value is 4 (1.95% from 255 or 1.03% from 389); Max value from RGB is 204 - color contains mainly: green. Hex color #B5CC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5CC04 is #4A33FB. Grayscale: #AFAFAF. Windows color (decimal): -4862972 or 314549. OLE color: 314549.

HSL color Cylindrical-coordinate representation of color #B5CC04: hue angle of 66.9º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B5CC04 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB 181 204 4 -
CMYK 0.11 0 0.98 0.2
HSL 66.9º 0.96% 0.41% -
HSV(B) 66.9º 0.98% 0.8% -
XYZ 40.67 53.02 8.2 -
YUV 174.32 31.88 132.76 -
System Red Green Blue C M Y K H S L
Decimal 181 204 4 0.11 0 0.98 0.2 66.9 0.96 0.41
Hex B5 CC 4 B 0 62 14 43 60 29
Octal 265 314 4 13 0 142 24 103 140 51
Binary 10110101 11001100 100 1011 0 1100010 10100 1000011 1100000 101001

Color Harmonies of #B5CC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CC04

Black with #B5CC04

Text Example


Text Example

White with #B5CC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CC04; }

 p { color: rgb(181,204,4); }

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

background-color css

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

 a { background-color: rgb(181,204,4); }

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

border-color css

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

 span { border-color: rgb(181,204,4); }

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