Html Css Color HEX #BECC17 Rio Grande

📋 copy color: '#BECC17'

red 190 ◦ green 204 ◦ blue 23

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

Shades of Rio Grande #BECC17

Tints of Rio Grande #BECC17

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.92%

 BLUE value IS 23 (9.38% from 255) = 5.52%

R = 45.56%
G = 48.92%
B = 5.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#BECC17 (or 0xBECC17) is known color: Rio Grande. HEX triplet: BE, CC and 17. RGB value is (190,204,23). Sum of RGB (Red+Green+Blue) = 190+204+23=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 204 (80.08% from 255 or 48.92% from 417); Blue value is 23 (9.38% from 255 or 5.52% from 417); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECC17 is #4133E8. Grayscale: #B3B3B3. Windows color (decimal): -4273129 or 1559742. OLE color: 1559742.

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

Color convert

RGB 190 204 23 -
CMYK 0.07 0 0.89 0.2
HSL 64.64º 0.8% 0.45% -
HSV(B) 64.64º 0.89% 0.8% -
XYZ 42.98 54.19 9.01 -
YUV 179.18 39.86 135.72 -
System Red Green Blue C M Y K H S L
Decimal 190 204 23 0.07 0 0.89 0.2 64.64 0.8 0.45
Hex BE CC 17 7 0 59 14 41 50 2D
Octal 276 314 27 7 0 131 24 101 120 55
Binary 10111110 11001100 10111 111 0 1011001 10100 1000001 1010000 101101

Color Harmonies of #BECC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECC17

Black with #BECC17

Text Example


Text Example

White with #BECC17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECC17; }

 p { color: rgb(190,204,23); }

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

background-color css

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

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

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

border-color css

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

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

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