Html Css Color HEX #B7CA04 La Rioja

📋 copy color: '#B7CA04'

red 183 ◦ green 202 ◦ blue 4

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

Shades of La Rioja #B7CA04

Tints of La Rioja #B7CA04

RGB

 RED value IS 183 (71.88% from 255) = 47.04%

 GREEN value IS 202 (79.3% from 255) = 51.93%

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

R = 47.04%
G = 51.93%
B = 1.03%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#B7CA04 (or 0xB7CA04) is known color: La Rioja. HEX triplet: B7, CA and 04. RGB value is (183,202,4). Sum of RGB (Red+Green+Blue) = 183+202+4=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 202 (79.30% from 255 or 51.93% from 389); Blue value is 4 (1.95% from 255 or 1.03% from 389); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CA04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7CA04 is #4835FB. Grayscale: #AEAEAE. Windows color (decimal): -4732412 or 314039. OLE color: 314039.

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

Color convert

RGB 183 202 4 -
CMYK 0.09 0 0.98 0.21
HSL 65.76º 0.96% 0.4% -
HSV(B) 65.76º 0.98% 0.79% -
XYZ 40.67 52.32 8.07 -
YUV 173.75 32.21 134.6 -
System Red Green Blue C M Y K H S L
Decimal 183 202 4 0.09 0 0.98 0.21 65.76 0.96 0.4
Hex B7 CA 4 9 0 62 15 42 60 28
Octal 267 312 4 11 0 142 25 102 140 50
Binary 10110111 11001010 100 1001 0 1100010 10101 1000010 1100000 101000

Color Harmonies of #B7CA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CA04

Black with #B7CA04

Text Example


Text Example

White with #B7CA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CA04; }

 p { color: rgb(183,202,4); }

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

background-color css

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

 a { background-color: rgb(183,202,4); }

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

border-color css

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

 span { border-color: rgb(183,202,4); }

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