Html Css Color HEX #BECD19 Rio Grande

📋 copy color: '#BECD19'

red 190 ◦ green 205 ◦ blue 25

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

Shades of Rio Grande #BECD19

Tints of Rio Grande #BECD19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.95%

R = 45.24%
G = 48.81%
B = 5.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#BECD19 (or 0xBECD19) is known color: Rio Grande. HEX triplet: BE, CD and 19. RGB value is (190,205,25). Sum of RGB (Red+Green+Blue) = 190+205+25=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 205 (80.47% from 255 or 48.81% from 420); Blue value is 25 (10.16% from 255 or 5.95% from 420); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECD19 is #4132E6. Grayscale: #B4B4B4. Windows color (decimal): -4272871 or 1691070. OLE color: 1691070.

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

Color convert

RGB 190 205 25 -
CMYK 0.07 0 0.88 0.20
HSL 65º 0.78% 0.45% -
HSV(B) 65º 0.88% 0.8% -
XYZ 43.24 54.68 9.19 -
YUV 180 40.53 135.14 -
System Red Green Blue C M Y K H S L
Decimal 190 205 25 0.07 0 0.88 0.20 65 0.78 0.45
Hex BE CD 19 7 0 58 14 41 4E 2D
Octal 276 315 31 7 0 130 24 101 116 55
Binary 10111110 11001101 11001 111 0 1011000 10100 1000001 1001110 101101

Color Harmonies of #BECD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECD19

Black with #BECD19

Text Example


Text Example

White with #BECD19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECD19; }

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

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

background-color css

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

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

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

border-color css

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

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

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