Html Css Color HEX #B7C82A Rio Grande

📋 copy color: '#B7C82A'

red 183 ◦ green 200 ◦ blue 42

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

Shades of Rio Grande #B7C82A

Tints of Rio Grande #B7C82A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.88%

R = 43.06%
G = 47.06%
B = 9.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#B7C82A (or 0xB7C82A) is known color: Rio Grande. HEX triplet: B7, C8 and 2A. RGB value is (183,200,42). Sum of RGB (Red+Green+Blue) = 183+200+42=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 200 (78.52% from 255 or 47.06% from 425); Blue value is 42 (16.80% from 255 or 9.88% from 425); Max value from RGB is 200 - color contains mainly: green. Hex color #B7C82A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C82A is #4837D5. Grayscale: #B1B1B1. Windows color (decimal): -4732886 or 2803895. OLE color: 2803895.

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

Color convert

RGB 183 200 42 -
CMYK 0.08 0 0.79 0.22
HSL 66.46º 0.65% 0.47% -
HSV(B) 66.46º 0.79% 0.78% -
XYZ 40.6 51.54 10 -
YUV 176.91 51.87 132.35 -
System Red Green Blue C M Y K H S L
Decimal 183 200 42 0.08 0 0.79 0.22 66.46 0.65 0.47
Hex B7 C8 2A 8 0 4F 16 42 41 2F
Octal 267 310 52 10 0 117 26 102 101 57
Binary 10110111 11001000 101010 1000 0 1001111 10110 1000010 1000001 101111

Color Harmonies of #B7C82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C82A

Black with #B7C82A

Text Example


Text Example

White with #B7C82A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C82A; }

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

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

background-color css

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

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

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

border-color css

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

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

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