Html Css Color HEX #B7C321 Rio Grande

📋 copy color: '#B7C321'

red 183 ◦ green 195 ◦ blue 33

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

Shades of Rio Grande #B7C321

Tints of Rio Grande #B7C321

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.45%

 BLUE value IS 33 (13.28% from 255) = 8.03%

R = 44.53%
G = 47.45%
B = 8.03%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#B7C321 (or 0xB7C321) is known color: Rio Grande. HEX triplet: B7, C3 and 21. RGB value is (183,195,33). Sum of RGB (Red+Green+Blue) = 183+195+33=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 195 (76.56% from 255 or 47.45% from 411); Blue value is 33 (13.28% from 255 or 8.03% from 411); Max value from RGB is 195 - color contains mainly: green. Hex color #B7C321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C321 is #483CDE. Grayscale: #ADADAD. Windows color (decimal): -4734175 or 2212791. OLE color: 2212791.

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

Color convert

RGB 183 195 33 -
CMYK 0.06 0 0.83 0.24
HSL 64.44º 0.71% 0.45% -
HSV(B) 64.44º 0.83% 0.76% -
XYZ 39.32 49.21 8.86 -
YUV 172.94 49.02 135.17 -
System Red Green Blue C M Y K H S L
Decimal 183 195 33 0.06 0 0.83 0.24 64.44 0.71 0.45
Hex B7 C3 21 6 0 53 18 40 47 2D
Octal 267 303 41 6 0 123 30 100 107 55
Binary 10110111 11000011 100001 110 0 1010011 11000 1000000 1000111 101101

Color Harmonies of #B7C321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C321

Black with #B7C321

Text Example


Text Example

White with #B7C321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C321; }

 p { color: rgb(183,195,33); }

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

background-color css

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

 a { background-color: rgb(183,195,33); }

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

border-color css

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

 span { border-color: rgb(183,195,33); }

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