Html Css Color HEX #BEBE30 Rio Grande

📋 copy color: '#BEBE30'

red 190 ◦ green 190 ◦ blue 48

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

Shades of Rio Grande #BEBE30

Tints of Rio Grande #BEBE30

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.39%

 BLUE value IS 48 (19.14% from 255) = 11.21%

R = 44.39%
G = 44.39%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BEBE30 (or 0xBEBE30) is known color: Rio Grande. HEX triplet: BE, BE and 30. RGB value is (190,190,48). Sum of RGB (Red+Green+Blue) = 190+190+48=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 190 (74.61% from 255 or 44.39% from 428); Blue value is 48 (19.14% from 255 or 11.21% from 428); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBE30 is #4141CF. Grayscale: #AEAEAE. Windows color (decimal): -4276688 or 3194558. OLE color: 3194558.

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

Color convert

RGB 190 190 48 -
CMYK 0 0 0.75 0.25
HSL 60º 0.6% 0.47% -
HSV(B) 60º 0.75% 0.75% -
XYZ 40.18 47.99 9.94 -
YUV 173.81 57 139.55 -
System Red Green Blue C M Y K H S L
Decimal 190 190 48 0 0 0.75 0.25 60 0.6 0.47
Hex BE BE 30 0 0 4B 19 3C 3C 2F
Octal 276 276 60 0 0 113 31 74 74 57
Binary 10111110 10111110 110000 0 0 1001011 11001 111100 111100 101111

Color Harmonies of #BEBE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBE30

Black with #BEBE30

Text Example


Text Example

White with #BEBE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBE30; }

 p { color: rgb(190,190,48); }

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

background-color css

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

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

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

border-color css

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

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

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