Html Css Color HEX #B1C804 La Rioja

📋 copy color: '#B1C804'

red 177 ◦ green 200 ◦ blue 4

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

Shades of La Rioja #B1C804

Tints of La Rioja #B1C804

RGB

 RED value IS 177 (69.53% from 255) = 46.46%

 GREEN value IS 200 (78.52% from 255) = 52.49%

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

R = 46.46%
G = 52.49%
B = 1.05%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#B1C804 (or 0xB1C804) is known color: La Rioja. HEX triplet: B1, C8 and 04. RGB value is (177,200,4). Sum of RGB (Red+Green+Blue) = 177+200+4=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 200 (78.52% from 255 or 52.49% from 381); Blue value is 4 (1.95% from 255 or 1.05% from 381); Max value from RGB is 200 - color contains mainly: green. Hex color #B1C804 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1C804 is #4E37FB. Grayscale: #ABABAB. Windows color (decimal): -5126140 or 313521. OLE color: 313521.

HSL color Cylindrical-coordinate representation of color #B1C804: hue angle of 67.04º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B1C804 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 177 200 4 -
CMYK 0.12 0 0.98 0.22
HSL 67.04º 0.96% 0.4% -
HSV(B) 67.04º 0.98% 0.78% -
XYZ 38.81 50.66 7.85 -
YUV 170.78 33.88 132.44 -
System Red Green Blue C M Y K H S L
Decimal 177 200 4 0.12 0 0.98 0.22 67.04 0.96 0.4
Hex B1 C8 4 C 0 62 16 43 60 28
Octal 261 310 4 14 0 142 26 103 140 50
Binary 10110001 11001000 100 1100 0 1100010 10110 1000011 1100000 101000

Color Harmonies of #B1C804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C804

Black with #B1C804

Text Example


Text Example

White with #B1C804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C804; }

 p { color: rgb(177,200,4); }

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

background-color css

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

 a { background-color: rgb(177,200,4); }

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

border-color css

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

 span { border-color: rgb(177,200,4); }

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