Html Css Color HEX #B7BD2E Rio Grande

📋 copy color: '#B7BD2E'

red 183 ◦ green 189 ◦ blue 46

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

Shades of Rio Grande #B7BD2E

Tints of Rio Grande #B7BD2E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.22%

 BLUE value IS 46 (18.36% from 255) = 11%

R = 43.78%
G = 45.22%
B = 11%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#B7BD2E (or 0xB7BD2E) is known color: Rio Grande. HEX triplet: B7, BD and 2E. RGB value is (183,189,46). Sum of RGB (Red+Green+Blue) = 183+189+46=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 46 (18.36% from 255 or 11.00% from 418); Max value from RGB is 189 - color contains mainly: green. Hex color #B7BD2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BD2E is #4842D1. Grayscale: #ABABAB. Windows color (decimal): -4735698 or 3063223. OLE color: 3063223.

HSL color Cylindrical-coordinate representation of color #B7BD2E: hue angle of 62.52º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B7BD2E is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 183 189 46 -
CMYK 0.03 0 0.76 0.26
HSL 62.52º 0.61% 0.46% -
HSV(B) 62.52º 0.76% 0.74% -
XYZ 38.22 46.66 9.58 -
YUV 170.9 57.51 136.63 -
System Red Green Blue C M Y K H S L
Decimal 183 189 46 0.03 0 0.76 0.26 62.52 0.61 0.46
Hex B7 BD 2E 3 0 4C 1A 3F 3D 2E
Octal 267 275 56 3 0 114 32 77 75 56
Binary 10110111 10111101 101110 11 0 1001100 11010 111111 111101 101110

Color Harmonies of #B7BD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BD2E

Black with #B7BD2E

Text Example


Text Example

White with #B7BD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BD2E; }

 p { color: rgb(183,189,46); }

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

background-color css

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

 a { background-color: rgb(183,189,46); }

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

border-color css

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

 span { border-color: rgb(183,189,46); }

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