Html Css Color HEX #BEBC2C Rio Grande

📋 copy color: '#BEBC2C'

red 190 ◦ green 188 ◦ blue 44

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

Shades of Rio Grande #BEBC2C

Tints of Rio Grande #BEBC2C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.55%

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

R = 45.02%
G = 44.55%
B = 10.43%

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

#BEBC2C (or 0xBEBC2C) is known color: Rio Grande. HEX triplet: BE, BC and 2C. RGB value is (190,188,44). Sum of RGB (Red+Green+Blue) = 190+188+44=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 44 (17.58% from 255 or 10.43% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBC2C is #4143D3. Grayscale: #ACACAC. Windows color (decimal): -4277204 or 2931902. OLE color: 2931902.

HSL color Cylindrical-coordinate representation of color #BEBC2C: hue angle of 59.18º 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 #BEBC2C is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 188 44 -
CMYK 0 0.01 0.77 0.25
HSL 59.18º 0.62% 0.46% -
HSV(B) 59.18º 0.77% 0.75% -
XYZ 39.67 47.1 9.38 -
YUV 172.18 55.66 140.71 -
System Red Green Blue C M Y K H S L
Decimal 190 188 44 0 0.01 0.77 0.25 59.18 0.62 0.46
Hex BE BC 2C 0 1 4D 19 3B 3E 2E
Octal 276 274 54 0 1 115 31 73 76 56
Binary 10111110 10111100 101100 0 1 1001101 11001 111011 111110 101110

Color Harmonies of #BEBC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBC2C

Black with #BEBC2C

Text Example


Text Example

White with #BEBC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBC2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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