Html Css Color HEX #B7CA00 La Rioja

📋 copy color: '#B7CA00'

red 183 ◦ green 202 ◦ blue 0

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

Shades of La Rioja #B7CA00

Tints of La Rioja #B7CA00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.53%
G = 52.47%
B = 0%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#B7CA00 (or 0xB7CA00) is known color: La Rioja. HEX triplet: B7, CA and 00. RGB value is (183,202,0). Sum of RGB (Red+Green+Blue) = 183+202+0=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 202 (79.30% from 255 or 52.47% from 385); Blue value is 0 (0.39% from 255 or 0% from 385); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7CA00 is #4835FF. Grayscale: #AEAEAE. Windows color (decimal): -4732416 or 51895. OLE color: 51895.

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

Color convert

RGB 183 202 0 -
CMYK 0.09 0 1 0.21
HSL 65.64º 1% 0.4% -
HSV(B) 65.64º 1% 0.79% -
XYZ 40.65 52.31 7.95 -
YUV 173.29 30.21 134.93 -
System Red Green Blue C M Y K H S L
Decimal 183 202 0 0.09 0 1 0.21 65.64 1 0.4
Hex B7 CA 0 9 0 64 15 42 64 28
Octal 267 312 0 11 0 144 25 102 144 50
Binary 10110111 11001010 0 1001 0 1100100 10101 1000010 1100100 101000

Color Harmonies of #B7CA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CA00

Black with #B7CA00

Text Example


Text Example

White with #B7CA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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