Html Css Color HEX #B7C80A La Rioja

📋 copy color: '#B7C80A'

red 183 ◦ green 200 ◦ blue 10

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

Shades of La Rioja #B7C80A

Tints of La Rioja #B7C80A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.54%

R = 46.56%
G = 50.89%
B = 2.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#B7C80A (or 0xB7C80A) is known color: La Rioja. HEX triplet: B7, C8 and 0A. RGB value is (183,200,10). Sum of RGB (Red+Green+Blue) = 183+200+10=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 200 (78.52% from 255 or 50.89% from 393); Blue value is 10 (4.30% from 255 or 2.54% from 393); Max value from RGB is 200 - color contains mainly: green. Hex color #B7C80A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7C80A is #4837F5. Grayscale: #AEAEAE. Windows color (decimal): -4732918 or 706743. OLE color: 706743.

HSL color Cylindrical-coordinate representation of color #B7C80A: hue angle of 65.37º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B7C80A is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB 183 200 10 -
CMYK 0.08 0 0.95 0.22
HSL 65.37º 0.9% 0.41% -
HSV(B) 65.37º 0.95% 0.78% -
XYZ 40.24 51.4 8.09 -
YUV 173.26 35.87 134.95 -
System Red Green Blue C M Y K H S L
Decimal 183 200 10 0.08 0 0.95 0.22 65.37 0.9 0.41
Hex B7 C8 A 8 0 5F 16 41 5A 29
Octal 267 310 12 10 0 137 26 101 132 51
Binary 10110111 11001000 1010 1000 0 1011111 10110 1000001 1011010 101001

Color Harmonies of #B7C80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C80A

Black with #B7C80A

Text Example


Text Example

White with #B7C80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C80A; }

 p { color: rgb(183,200,10); }

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

background-color css

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

 a { background-color: rgb(183,200,10); }

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

border-color css

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

 span { border-color: rgb(183,200,10); }

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