Html Css Color HEX #BEBC26 Rio Grande

📋 copy color: '#BEBC26'

red 190 ◦ green 188 ◦ blue 38

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

Shades of Rio Grande #BEBC26

Tints of Rio Grande #BEBC26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.13%

R = 45.67%
G = 45.19%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.8

 K value IS 0.25

RGB Variations

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

Color information

#BEBC26 (or 0xBEBC26) is known color: Rio Grande. HEX triplet: BE, BC and 26. RGB value is (190,188,38). Sum of RGB (Red+Green+Blue) = 190+188+38=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 38 (15.23% from 255 or 9.13% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBC26 is #4143D9. Grayscale: #ACACAC. Windows color (decimal): -4277210 or 2538686. OLE color: 2538686.

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

Color convert

RGB 190 188 38 -
CMYK 0 0.01 0.8 0.25
HSL 59.21º 0.67% 0.45% -
HSV(B) 59.21º 0.8% 0.75% -
XYZ 39.57 47.05 8.83 -
YUV 171.5 52.66 141.2 -
System Red Green Blue C M Y K H S L
Decimal 190 188 38 0 0.01 0.8 0.25 59.21 0.67 0.45
Hex BE BC 26 0 1 50 19 3B 43 2D
Octal 276 274 46 0 1 120 31 73 103 55
Binary 10111110 10111100 100110 0 1 1010000 11001 111011 1000011 101101

Color Harmonies of #BEBC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBC26

Black with #BEBC26

Text Example


Text Example

White with #BEBC26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBC26; }

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

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

background-color css

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

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

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

border-color css

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

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

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