Html Css Color HEX #B7C21A Rio Grande

📋 copy color: '#B7C21A'

red 183 ◦ green 194 ◦ blue 26

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

Shades of Rio Grande #B7C21A

Tints of Rio Grande #B7C21A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.14%

 BLUE value IS 26 (10.55% from 255) = 6.45%

R = 45.41%
G = 48.14%
B = 6.45%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#B7C21A (or 0xB7C21A) is known color: Rio Grande. HEX triplet: B7, C2 and 1A. RGB value is (183,194,26). Sum of RGB (Red+Green+Blue) = 183+194+26=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 194 (76.17% from 255 or 48.14% from 403); Blue value is 26 (10.55% from 255 or 6.45% from 403); Max value from RGB is 194 - color contains mainly: green. Hex color #B7C21A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C21A is #483DE5. Grayscale: #ACACAC. Windows color (decimal): -4734438 or 1753783. OLE color: 1753783.

HSL color Cylindrical-coordinate representation of color #B7C21A: hue angle of 63.93º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B7C21A is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 183 194 26 -
CMYK 0.06 0 0.87 0.24
HSL 63.93º 0.76% 0.43% -
HSV(B) 63.93º 0.87% 0.76% -
XYZ 39.01 48.73 8.33 -
YUV 171.56 45.86 136.16 -
System Red Green Blue C M Y K H S L
Decimal 183 194 26 0.06 0 0.87 0.24 63.93 0.76 0.43
Hex B7 C2 1A 6 0 57 18 40 4C 2B
Octal 267 302 32 6 0 127 30 100 114 53
Binary 10110111 11000010 11010 110 0 1010111 11000 1000000 1001100 101011

Color Harmonies of #B7C21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C21A

Black with #B7C21A

Text Example


Text Example

White with #B7C21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C21A; }

 p { color: rgb(183,194,26); }

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

background-color css

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

 a { background-color: rgb(183,194,26); }

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

border-color css

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

 span { border-color: rgb(183,194,26); }

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