Html Css Color HEX #BECF17 Rio Grande

📋 copy color: '#BECF17'

red 190 ◦ green 207 ◦ blue 23

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

Shades of Rio Grande #BECF17

Tints of Rio Grande #BECF17

RGB

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

 GREEN value IS 207 (81.25% from 255) = 49.29%

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

R = 45.24%
G = 49.29%
B = 5.48%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#BECF17 (or 0xBECF17) is known color: Rio Grande. HEX triplet: BE, CF and 17. RGB value is (190,207,23). Sum of RGB (Red+Green+Blue) = 190+207+23=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 23 (9.38% from 255 or 5.48% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BECF17 is #4130E8. Grayscale: #B5B5B5. Windows color (decimal): -4272361 or 1560510. OLE color: 1560510.

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

Color convert

RGB 190 207 23 -
CMYK 0.08 0 0.89 0.19
HSL 65.54º 0.8% 0.45% -
HSV(B) 65.54º 0.89% 0.81% -
XYZ 43.7 55.63 9.25 -
YUV 180.94 38.87 134.46 -
System Red Green Blue C M Y K H S L
Decimal 190 207 23 0.08 0 0.89 0.19 65.54 0.8 0.45
Hex BE CF 17 8 0 59 13 42 50 2D
Octal 276 317 27 10 0 131 23 102 120 55
Binary 10111110 11001111 10111 1000 0 1011001 10011 1000010 1010000 101101

Color Harmonies of #BECF17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECF17

Black with #BECF17

Text Example


Text Example

White with #BECF17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECF17; }

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

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

background-color css

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

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

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

border-color css

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

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

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