Html Css Color HEX #BECD20 Rio Grande

📋 copy color: '#BECD20'

red 190 ◦ green 205 ◦ blue 32

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

Shades of Rio Grande #BECD20

Tints of Rio Grande #BECD20

RGB

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

 GREEN value IS 205 (80.47% from 255) = 48.01%

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

R = 44.5%
G = 48.01%
B = 7.49%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#BECD20 (or 0xBECD20) is known color: Rio Grande. HEX triplet: BE, CD and 20. RGB value is (190,205,32). Sum of RGB (Red+Green+Blue) = 190+205+32=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 205 (80.47% from 255 or 48.01% from 427); Blue value is 32 (12.89% from 255 or 7.49% from 427); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECD20 is #4132DF. Grayscale: #B5B5B5. Windows color (decimal): -4272864 or 2149822. OLE color: 2149822.

HSL color Cylindrical-coordinate representation of color #BECD20: hue angle of 65.2º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BECD20 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 205 32 -
CMYK 0.07 0 0.84 0.20
HSL 65.2º 0.73% 0.46% -
HSV(B) 65.2º 0.84% 0.8% -
XYZ 43.33 54.71 9.64 -
YUV 180.79 44.03 134.57 -
System Red Green Blue C M Y K H S L
Decimal 190 205 32 0.07 0 0.84 0.20 65.2 0.73 0.46
Hex BE CD 20 7 0 54 14 41 49 2E
Octal 276 315 40 7 0 124 24 101 111 56
Binary 10111110 11001101 100000 111 0 1010100 10100 1000001 1001001 101110

Color Harmonies of #BECD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECD20

Black with #BECD20

Text Example


Text Example

White with #BECD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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