Html Css Color HEX #BEC320 Rio Grande

📋 copy color: '#BEC320'

red 190 ◦ green 195 ◦ blue 32

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

Shades of Rio Grande #BEC320

Tints of Rio Grande #BEC320

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.76%

 BLUE value IS 32 (12.89% from 255) = 7.67%

R = 45.56%
G = 46.76%
B = 7.67%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#BEC320 (or 0xBEC320) is known color: Rio Grande. HEX triplet: BE, C3 and 20. RGB value is (190,195,32). Sum of RGB (Red+Green+Blue) = 190+195+32=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 195 (76.56% from 255 or 46.76% from 417); Blue value is 32 (12.89% from 255 or 7.67% from 417); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC320 is #413CDF. Grayscale: #AFAFAF. Windows color (decimal): -4275424 or 2147262. OLE color: 2147262.

HSL color Cylindrical-coordinate representation of color #BEC320: hue angle of 61.84º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BEC320 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 195 32 -
CMYK 0.03 0 0.84 0.24
HSL 61.84º 0.72% 0.45% -
HSV(B) 61.84º 0.84% 0.76% -
XYZ 41.01 50.08 8.87 -
YUV 174.92 47.34 138.75 -
System Red Green Blue C M Y K H S L
Decimal 190 195 32 0.03 0 0.84 0.24 61.84 0.72 0.45
Hex BE C3 20 3 0 54 18 3E 48 2D
Octal 276 303 40 3 0 124 30 76 110 55
Binary 10111110 11000011 100000 11 0 1010100 11000 111110 1001000 101101

Color Harmonies of #BEC320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC320

Black with #BEC320

Text Example


Text Example

White with #BEC320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC320; }

 p { color: rgb(190,195,32); }

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

background-color css

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

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

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

border-color css

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

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

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