Html Css Color HEX #BEBD2C Rio Grande

📋 copy color: '#BEBD2C'

red 190 ◦ green 189 ◦ blue 44

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

Shades of Rio Grande #BEBD2C

Tints of Rio Grande #BEBD2C

RGB

 RED value IS 190 (74.61% from 255) = 44.92%

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

 BLUE value IS 44 (17.58% from 255) = 10.4%

R = 44.92%
G = 44.68%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BEBD2C (or 0xBEBD2C) is known color: Rio Grande. HEX triplet: BE, BD and 2C. RGB value is (190,189,44). Sum of RGB (Red+Green+Blue) = 190+189+44=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 44 (17.58% from 255 or 10.40% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBD2C is #4142D3. Grayscale: #ADADAD. Windows color (decimal): -4276948 or 2932158. OLE color: 2932158.

HSL color Cylindrical-coordinate representation of color #BEBD2C: hue angle of 59.59º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BEBD2C is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 189 44 -
CMYK 0 0.01 0.77 0.25
HSL 59.59º 0.62% 0.46% -
HSV(B) 59.59º 0.77% 0.75% -
XYZ 39.89 47.52 9.45 -
YUV 172.77 55.33 140.29 -
System Red Green Blue C M Y K H S L
Decimal 190 189 44 0 0.01 0.77 0.25 59.59 0.62 0.46
Hex BE BD 2C 0 1 4D 19 3C 3E 2E
Octal 276 275 54 0 1 115 31 74 76 56
Binary 10111110 10111101 101100 0 1 1001101 11001 111100 111110 101110

Color Harmonies of #BEBD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBD2C

Black with #BEBD2C

Text Example


Text Example

White with #BEBD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBD2C; }

 p { color: rgb(190,189,44); }

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

background-color css

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

 a { background-color: rgb(190,189,44); }

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

border-color css

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

 span { border-color: rgb(190,189,44); }

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